simple php and javascript sha1 hashing login..

ACCESS DENIED!

enter password..

POST array: Array
(
)
session array: Array
(
    [salt] => ATVj7Q==
    [hash] => 5d7ab858e81a6b4c36b90898502886fc57f18770
)


some homebrew hmac tests: Array
(
    [data] => password
    [key] => ATVj7Q==
    [1-php_hex_mhash-simple] => bbeda74f
    [2-my_mhash_hex-simple] => 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
    [5-my_base64_mhash] => XXq4WOgaa0w2uQiYUCiG/Ffxh3A=
    [6-my_hex_mhash] => 5d7ab858e81a6b4c36b90898502886fc57f18770
    [7-my_mhash_base64] => XXq4WOgaa0w2uQiYUCiG/Ffxh3A=
    [8-my_mhash_hex] => 5d7ab858e81a6b4c36b90898502886fc57f18770
    [10-php_hex_mhash_md5] => 7a96d99f749325d5f8a8c68b9cd8d397
    [11-my_mhash_md5_hex] => 7a96d99f749325d5f8a8c68b9cd8d397
)