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