simple php and javascript sha1 hashing login..

ACCESS DENIED!

enter password..

POST array: Array
(
)
session array: Array
(
    [salt] => 9OFf2Q==
    [hash] => b9eb1517103c025dc9b8783ce3913c67896d6bbc
)


some homebrew hmac tests: Array
(
    [data] => password
    [key] => 9OFf2Q==
    [1-php_hex_mhash-simple] => bbeda74f
    [2-my_mhash_hex-simple] => 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
    [5-my_base64_mhash] => uesVFxA8Al3JuHg845E8Z4lta7w=
    [6-my_hex_mhash] => b9eb1517103c025dc9b8783ce3913c67896d6bbc
    [7-my_mhash_base64] => uesVFxA8Al3JuHg845E8Z4lta7w=
    [8-my_mhash_hex] => b9eb1517103c025dc9b8783ce3913c67896d6bbc
    [10-php_hex_mhash_md5] => 51b1bfa1237a5ac13f3edf22138e36f4
    [11-my_mhash_md5_hex] => 51b1bfa1237a5ac13f3edf22138e36f4
)