Hi ,
Metamask has a tool for decrypting the seed phrases from the extension data (a json file including data, iv and salt):
https://metamask.github.io/vault-decryptor/
there is a json file that contains data, iv and salt.
{
"data":"...",
"iv":"...",
"salt":"..."
}
Can I get my seed phrases without my password from this json file? Is there a way to bruteforce my way into this?
A little context: I forget my 12 digit password for my Metamask wallet and also didn't stored the seed phrases. long story short I lost all of my money this way and now I'm broke. I really appreciate your help.
Metamask has a tool for decrypting the seed phrases from the extension data (a json file including data, iv and salt):
https://metamask.github.io/vault-decryptor/
there is a json file that contains data, iv and salt.
{
"data":"...",
"iv":"...",
"salt":"..."
}
Can I get my seed phrases without my password from this json file? Is there a way to bruteforce my way into this?
A little context: I forget my 12 digit password for my Metamask wallet and also didn't stored the seed phrases. long story short I lost all of my money this way and now I'm broke. I really appreciate your help.