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