hashcat Forum
MetaMask Android vault data - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: MetaMask Android vault data (/thread-11641.html)



MetaMask Android vault data - Andy456 - 10-01-2023

Hello everyone. I have two questions. Hashcat will prove to decrypt this data from android metamask application?
[CODE][Removed By Moderators]



RE: MetaMask Android vault data - marc1n - 10-01-2023

Hashcat supports metamask but first you need to have a hash, you need to use the tool metamask2hashcat.py from the tools directory Whereas hashcat mode is 26600

this is the example to be used by metamask2hashcat.py you need to substitute your cipher iv a and salt

{"data":"wwpXXtFCqZkYsWfeEwItZjJ0Cc7mRVjG47Dqh+ztL1PiCG6Izhg+zG0mM+H2ykyjz3X0RNhAE6IVsWFZamcZ47B4sVi4SvUxrMhARm5L3yHPxr3UsyGrOXmthyVMgEGmjwlmnFCNd2nMZ2o8/sRMra8FupurqevnBv57FiYpEEs7gPpFHv6587aL44MmKD8Snv4JLFqiqmlK82Waq5F+Iv9mw2sFVAL9mgZBSgFgbWdB3TsKVB2k","iv":"rkUQlNcGTxBE0My7a/bCXw==","salt":"HcKyNfGzaRALRQ0DlKgcIe5Uk30iI/M//oG6w8vX8Nk="}


RE: MetaMask Android vault data - Andy456 - 10-01-2023

Thanks. So first I have to edit the text to something like this?

So I should rewrite the word cipher to data?


RE: MetaMask Android vault data - marc1n - 10-01-2023

[quote="Andy456" pid='59292' dateline='1696156582']
Thanks. So first I have to edit the text to something like this?


Yes and use hashcat mode 26600


RE: MetaMask Android vault data - Andy456 - 10-01-2023

OK, thank you very much Smile and have a nice day.