Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Help with pbkdf2_hmac_'sha512' hashes
Post: RE: Help with pbkdf2_hmac_'sha512' hashes

philsmd Wrote: (02-03-2019, 09:35 AM) -- you first script (the hash generator) doesn't use the binary input, while your second script hex-decodes it and converts it to base64. This line Code: -- s...
rappy hashcat 2 6,153 02-03-2019, 01:49 PM
    Thread: Help with pbkdf2_hmac_'sha512' hashes
Post: Help with pbkdf2_hmac_'sha512' hashes

I'm a complete newbie and I'm trying to crack hashes created with this python script: Code: -- import hashlib import binascii password = input('Give a password to hash: ') salt = b"2213dcd3820c18c5...
rappy hashcat 2 6,153 02-03-2019, 04:18 AM