ethereum scrypt
#5
unfortunately, there is no complete list.

The problem in most cases isn't the hash format, but the algorithm that needs the "encrypted data" to make it possible to verify if the password is correct (i.e. the encrypted data is needed to check if the key derivation function generated the correct key to correctly decrypt the data... this data sometimes has directly to do with cryptocurrency addresses and private keys etc).

JTR also tried to focus on not revealing too much data (but it's difficult): https://github.com/magnumripper/JohnTheR...ssues/3139 . We also sometimes/often rely on the JTR xxx2john tools, because in most of the cases it doesn't make sense to reinvent the wheel and create yet another tool just for extracting the hash lines.
Reply


Messages In This Thread
ethereum scrypt - by enervate - 07-27-2020, 03:17 AM
RE: ethereum scrypt - by Talented1 - 07-27-2020, 04:10 AM
RE: ethereum scrypt - by philsmd - 07-27-2020, 08:37 AM
RE: ethereum scrypt - by Mem5 - 07-27-2020, 11:26 AM
RE: ethereum scrypt - by philsmd - 07-27-2020, 12:18 PM
RE: ethereum scrypt - by Sondero - 10-14-2020, 10:43 AM
RE: ethereum scrypt - by enervate - 10-15-2020, 07:19 PM
RE: ethereum scrypt - by Sondero - 10-16-2020, 05:50 PM