# MetaMask无法启动怎么办?没有备份过助记词/私钥,重启插件/电脑没用。 **Published by:** [CyptoTutan](https://paragraph.com/@cyptotutan/) **Published on:** 2023-04-22 **URL:** https://paragraph.com/@cyptotutan/metamask ## Content 原贴: @MetaMask 浏览器插件无法启动怎么办?没有备份过助记词/私钥,重启插件/电脑没用。@MetaMaskSupport图像可以这样:在电脑本地全局搜索 nkbihfbeogaeaoehlefnkodbefgpgknn 这是 MM 扩展 id,如这个目录下:C:\Users[User]\AppData\Local\Google\Chrome\User Data\Default\Local Extension Settings\nkbihfbeogaeaoehlefnkodbefgpgknn 找到 ldb/log 这些文件,在这些文件里找到如图内容:图像然后用 https://metamask.github.io/vault-decryptor/… 解开这段内容,解的时候,Password 是目标 MetaMask 扩展的密码。就这样。 如果 MM 的任意扩展页面可以打开,比如:chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/home.html,那用下面的方式也有得到待解密的内容。chrome.storage.local.get('data', result => { var vault = result.data.KeyringController.vault console.log(vault) }) 图像 ## Publication Information - [CyptoTutan](https://paragraph.com/@cyptotutan/): Publication homepage - [All Posts](https://paragraph.com/@cyptotutan/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@cyptotutan): Subscribe to updates