simple php and javascript sha1 hashing login..
ACCESS DENIED!
enter password..
POST array: Array
(
)
session array: Array
(
[salt] => TiMwzA==
[hash] => ba00b97c3f27945bd905b73d107df78749a9d9f0
)
some homebrew hmac tests: Array
(
[data] => password
[key] => TiMwzA==
[1-php_hex_mhash-simple] => bbeda74f
[2-my_mhash_hex-simple] => 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
[5-my_base64_mhash] => ugC5fD8nlFvZBbc9EH33h0mp2fA=
[6-my_hex_mhash] => ba00b97c3f27945bd905b73d107df78749a9d9f0
[7-my_mhash_base64] => ugC5fD8nlFvZBbc9EH33h0mp2fA=
[8-my_mhash_hex] => ba00b97c3f27945bd905b73d107df78749a9d9f0
[10-php_hex_mhash_md5] => dd181324f79e23777553fabec9c9bdde
[11-my_mhash_md5_hex] => dd181324f79e23777553fabec9c9bdde
)