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