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