Can't crack salted hash generated by ruby AuthlogicSha512 library
#3
(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.
Reply


Messages In This Thread
RE: Can't crack salted hash generated by ruby AuthlogicSha512 library - by Dzam - 03-22-2022, 02:41 PM