[METAMASK] Syntax help
#2
The format of the hash line of -m 26600 = MetaMask Wallet is:

Code:
$metamask$[BASE64encodedSALT]$[BASE64encodedIV]$[BASE64encodedData]

The data (BASE64encodedData) is the encrypted data and the encryption/decryption authentication tag that the encryption algorithm uses (AES GCM).

see: https://github.com/hashcat/hashcat/blob/...600.pm#L75

and examples of how to extract the data, how the algorithm works and the full discussion about the MetaMask Wallet here: https://github.com/hashcat/hashcat/issue...-871947852
Reply


Messages In This Thread
[METAMASK] Syntax help - by CryptoCat - 07-30-2021, 06:07 PM
RE: [METAMASK] Syntax help - by philsmd - 08-03-2021, 09:18 AM
RE: [METAMASK] Syntax help - by CryptoCat - 08-03-2021, 11:10 AM
RE: [METAMASK] Syntax help - by philsmd - 08-04-2021, 08:46 AM
RE: [METAMASK] Syntax help - by CryptoCat - 08-04-2021, 08:50 AM
RE: [METAMASK] Syntax help - by philsmd - 08-04-2021, 08:55 AM
RE: [METAMASK] Syntax help - by CryptoCat - 08-04-2021, 09:34 AM
RE: [METAMASK] Syntax help - by CATuGHTI - 09-27-2021, 05:22 PM
RE: [METAMASK] Syntax help - by yekmilad - 10-07-2021, 11:47 AM