isn't that just the same as hmac-sha1(key = $pass)?
edit: according to the argument order of hmac it should probably be hmac-sha1(key = $salt)
edit: according to the argument order of hmac it should probably be hmac-sha1(key = $salt)
SHA1_HMAC for unknown text
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
SHA1_HMAC for unknown text - by Phil - 03-16-2018, 10:46 AM
RE: SHA1_HMAC for unknown text - by undeath - 03-16-2018, 10:59 AM
RE: SHA1_HMAC for unknown text - by Phil - 03-16-2018, 11:04 AM
RE: SHA1_HMAC for unknown text - by undeath - 03-16-2018, 11:19 AM
RE: SHA1_HMAC for unknown text - by Phil - 03-16-2018, 11:27 AM
RE: SHA1_HMAC for unknown text - by undeath - 03-16-2018, 11:29 AM
RE: SHA1_HMAC for unknown text - by Phil - 03-16-2018, 11:33 AM
RE: SHA1_HMAC for unknown text - by Phil - 03-16-2018, 12:18 PM
RE: SHA1_HMAC for unknown text - by undeath - 03-16-2018, 12:23 PM
RE: SHA1_HMAC for unknown text - by Phil - 03-16-2018, 12:25 PM
|