(03-22-2022, 02:10 PM)Snoopy Wrote: the hash algo is (pw, rounds/iterations?, salt and ???)The hash algo takes (password, stretches (rounds/iterations), salt, pepper)
(03-22-2022, 02:10 PM)Snoopy Wrote: next thing is what about nil? is it appended, prepended to your pass? so your pass ist nil12345 or 12345nil? or what is nil?
nil is a pepper. I just didn't use it for hashing, that's why it's nil.