PBKDF2-HMAC-SHA256
#1
I read a nice post about this format: Storing Password in an easy and secure way using Perl

Author wrote, the generated hash:
"The hash will look like this string: {X-PBKDF2}HMACSHA1:AAAD6A:SEvDOw==:1rmVDmR6OgwPEYV5CiwUeYnd+OE="

Can you explain, what the 2nd field (AAAD6A) is for?
Can iteration be determined from this format?

Thank you.
Reply


Messages In This Thread
PBKDF2-HMAC-SHA256 - by freeroute - 05-03-2020, 11:31 AM
RE: PBKDF2-HMAC-SHA256 - by philsmd - 05-03-2020, 11:37 AM
RE: PBKDF2-HMAC-SHA256 - by freeroute - 05-03-2020, 11:44 AM