simple php and javascript sha1 hashing login..
ACCESS DENIED!
enter password..
POST array: Array
(
)
session array: Array
(
[salt] => cAMDnQ==
[hash] => ba9ccd97e26727fe67224ea7ea3566a87c3bc9ce
)
some homebrew hmac tests: Array
(
[data] => password
[key] => cAMDnQ==
[1-php_hex_mhash-simple] => bbeda74f
[2-my_mhash_hex-simple] => 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
[5-my_base64_mhash] => upzNl+JnJ/5nIk6n6jVmqHw7yc4=
[6-my_hex_mhash] => ba9ccd97e26727fe67224ea7ea3566a87c3bc9ce
[7-my_mhash_base64] => upzNl+JnJ/5nIk6n6jVmqHw7yc4=
[8-my_mhash_hex] => ba9ccd97e26727fe67224ea7ea3566a87c3bc9ce
[10-php_hex_mhash_md5] => 452b44fba6ac25ebcc241097c5a0b2b7
[11-my_mhash_md5_hex] => 452b44fba6ac25ebcc241097c5a0b2b7
)