PBKDF2 and SHA-1 question
#5
You are right, hashcat is using OpnCl for both functions. The c code example should show that the functions are easy to implement in different coding languages like c, by adding cryptolibs.
There are also java implementations:
https://howtodoinjava.com/security/how-t...thHmacSHA1

For a simulation in MATLAB (I don't use it), you have to read the basics here:
https://tools.ietf.org/html/rfc8018#page-11
Unfortunately this docs are not easy to understand.

A good source is stackoverflow:
https://stackoverflow.com/questions/2465...-hmac-sha1
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