08-03-2021, 09:18 AM
The format of the hash line of -m 26600 = MetaMask Wallet is:
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
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