PBKDF2 double hash
#4
Hi,

Thank you for the recommendations.

I created the module and now working on the kernel but i'm still struggling how to call the same function / pbkdf2-sha256 algorithm again with the outcome of the previous call.

I noticed that the _comp method is used for md5, sha1, sha256 etc in most kernels after pbkdf2-sha256 (like the 21500).

Do you have some sugestions about that?

Also, you suggested taking 14800 as strating point. I was wondring why because this one requires two hashes and I only know the first one (the second one is the outcome of the first one)?

Thanks in advance
Reply


Messages In This Thread
PBKDF2 double hash - by Jack19001 - 02-05-2021, 11:32 AM
RE: PBKDF2 double hash - by undeath - 02-05-2021, 05:38 PM
RE: PBKDF2 double hash - by TheAleph - 02-08-2021, 03:07 AM
RE: PBKDF2 double hash - by Jack19001 - 02-09-2021, 09:06 PM
RE: PBKDF2 double hash - by TheAleph - 02-12-2021, 01:31 AM