PBKDF2 and SHA-1 question
#4
I want to simulate this calculation in MATLAB. Do you know if MATLAB scripts for this already exist? Is there a good algorithm description for PKCS5_PBKDF2_HMAC and HMAC functions? I have a HMAC-SHA1 function that computes a hash from the message and a key, but I don't understand whether it is useful. Also, hashcat (m16800) is doing it differently, using OpenCL, right?

Thanks.
Reply


Messages In This Thread
PBKDF2 and SHA-1 question - by ilya980 - 04-06-2019, 10:49 PM
RE: PBKDF2 and SHA-1 question - by philsmd - 04-06-2019, 10:58 PM
RE: PBKDF2 and SHA-1 question - by ZerBea - 04-07-2019, 11:18 AM
RE: PBKDF2 and SHA-1 question - by Caster - 10-20-2022, 05:35 PM
RE: PBKDF2 and SHA-1 question - by ilya980 - 04-09-2019, 05:16 AM
RE: PBKDF2 and SHA-1 question - by ZerBea - 04-09-2019, 08:40 AM