05-03-2020, 11:31 AM
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.
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.