Where is the encryptedMnemonic for the Hiro Chrome Extension located at? (File path MAC))

I have my encryptedMnemonic and need to sign in with it through the extension to access web apps.

Where did you get the encryptedMnemonic from? You should put it back in that place I guess.

The extension stores the encrypted mnemonic/secret key in local storage:

1 Like

Well you see I got logged out of the extension but was still logged in on the desktop wallet and since that wallet doesn’t have a place to get the secret key I got the encrypted key from ~/Library/Application Support/so.hiro.StacksWallet/config.json.

Is there a way for me to inject it with the password to receive the secret phrase?

You could try to decrypt the mnemonic directly. You need the salt as well.

Then use argon2 and do something like described here:

Or you could build a custom desktop wallet that shows the mnemonic. Suitable issue: https://github.com/blockstack/stacks-wallet/issues/920

Yeah not at all familiar with typescript or programming much. tried all day to jury rig it but just got errors. Hopefully we get a way to reveal private keys on the desktop wallet.