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