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