[Ethereum] Private Key Storage in Metamask Chrome

metamaskprivate

I recently treated myself to a fresh install of Ubuntu, however did not separately back up my keys from metamask. I still have the old .config/google-chrome folder however from my home directory. I've read that metamask stores keys in encrypted format in this local storage folder (old metamask version, not local.storage), however after some poking around in the .ldb files I cannot seem to find anything resembling the encrypted keys.

I recall my password but not my seed words. Can I manually retrieve my encrypted key so I can use my password to decrypt?

Best Answer

Unless you find JSON formated text file with keys such as "id", "cipher", "ciphertext", "salt"...etc, I don't think you would be able to recover. If you find it, you will be able to extract it via not just metamask but also other tools, assuming you know the correct password. You need either that or your mnemonic. Password is just missing information to extract your keys from the file I mentioned. Dig deeper through that folders, hope you find it :)

Related Topic