Problem with PBKDF2-HMAC-SHA1
#2
We changed the encoding for the salt in the PBKDF2-HMAC-* generic hashes from raw to base64 with latest oclHashcat v1.38 (which is not yet released). For details see https://hashcat.net/trac/ticket/663#comment:2

For v1.37, take the salt and decode it, then replace it:

Quote:$ echo -n MzU4NTA4MzIzNzA1MDQ= | base64 -d
35850832370504
$

You should be able to crack this hash with oclHashcat v1.37:

Quote:sha1:1000:35850832370504:19ofiY+ahBXhvkDsp0j2ww==


Messages In This Thread
Problem with PBKDF2-HMAC-SHA1 - by finnmich - 10-08-2015, 04:33 PM
RE: Problem with PBKDF2-HMAC-SHA1 - by atom - 10-08-2015, 10:57 PM
RE: Problem with PBKDF2-HMAC-SHA1 - by finnmich - 10-09-2015, 10:04 AM
RE: Problem with PBKDF2-HMAC-SHA1 - by atom - 10-10-2015, 08:47 PM
RE: Problem with PBKDF2-HMAC-SHA1 - by finnmich - 10-12-2015, 04:05 PM
RE: Problem with PBKDF2-HMAC-SHA1 - by atom - 10-14-2015, 09:25 AM