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