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