OP 01 March, 2022 - 09:35 PM
Hi guys, here is tutorial how to view Metamask wallet seed in Google Chrome Windows 10
1 step Start by going to the folder where extension is located (C:\Users\USER_NAME\AppData\Local\Google\Chrome\User Data\Default\Local Extension Settings\nkbihfbeogaeaoehlefnkodbefgpgknn)
2 step In that folder you'll see a file called 000003 (or something like that)
3 step Open that file with a text editor or code editor software like Atom (https://atom.io/)
4 step In the text editor search for the word "vault" and copy this part like this
5 step Remove the two parts in bold, now use the search and replace feature of the editor to chage all the \" to "
6 step You now have something like this
7 step You can now go to the vault decryptor (https://metamask.github.io/vault-decryptor/) and paste that in the text field there. enter the password you set for the extension when you created your metamask wallet. you now should be able to see your seed phrase and any manually imported private key below if you click the decrypt button.
1 step Start by going to the folder where extension is located (C:\Users\USER_NAME\AppData\Local\Google\Chrome\User Data\Default\Local Extension Settings\nkbihfbeogaeaoehlefnkodbefgpgknn)
2 step In that folder you'll see a file called 000003 (or something like that)
3 step Open that file with a text editor or code editor software like Atom (https://atom.io/)
4 step In the text editor search for the word "vault" and copy this part like this
Code:
{"vault":"{\"data\":\"wwpXXtFCqZkYsWfeEwItZjJ0Cc7mRVjG47Dqh+ztL1PiCG6Izhg+zG0mM+H2ykyjz3X0RNhAE6IVsWFZamcZ47B4sVi4SvUxrMhARm5L3yHPxr3UsyGrOXmthyVMgEGmjwlmnFCNd2nMZ2o8/sRMra8FupurqevnBv57FiYpEEs7gPpFHv6587aL44MmKD8Snv4JLFqiqmlK82Waq5F+Iv9mw2sFVAL9mgZBSgFgbWdB3TsKVB2k\",\"iv\":\"rkUQlNcGTxBE0My7a/bCXw==\",\"salt\":\"HcKyNfGzaRALRQ0DlKgcIe5Uk30iI/M//oG6w8vX8Nk=\"}"}5 step Remove the two parts in bold, now use the search and replace feature of the editor to chage all the \" to "
6 step You now have something like this
Code:
{"data":"wwpXXtFCqZkYsWfeEwItZjJ0Cc7mRVjG47Dqh+ztL1PiCG6Izhg+zG0mM+H2ykyjz3X0RNhAE6IVsWFZamcZ47B4sVi4SvUxrMhARm5L3yHPxr3UsyGrOXmthyVMgEGmjwlmnFCNd2nMZ2o8/sRMra8FupurqevnBv57FiYpEEs7gPpFHv6587aL44MmKD8Snv4JLFqiqmlK82Waq5F+Iv9mw2sFVAL9mgZBSgFgbWdB3TsKVB2k","iv":"rkUQlNcGTxBE0My7a/bCXw==","salt":"HcKyNfGzaRALRQ0DlKgcIe5Uk30iI/M//oG6w8vX8Nk="}7 step You can now go to the vault decryptor (https://metamask.github.io/vault-decryptor/) and paste that in the text field there. enter the password you set for the extension when you created your metamask wallet. you now should be able to see your seed phrase and any manually imported private key below if you click the decrypt button.
Don't forget click like button, thanks


![[Image: DwioWOq.gif]](https://i.imgur.com/DwioWOq.gif)
![[Image: iByAulm.gif]](https://i.imgur.com/iByAulm.gif)