simple php and javascript sha1 hashing login..

ACCESS DENIED!

enter password..

POST array: Array
(
)
session array: Array
(
    [salt] => OkkYtQ==
    [hash] => e99a50d54967d68357658ed18c44814697e52e33
)


some homebrew hmac tests: Array
(
    [data] => password
    [key] => OkkYtQ==
    [1-php_hex_mhash-simple] => bbeda74f
    [2-my_mhash_hex-simple] => 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
    [5-my_base64_mhash] => 6ZpQ1Uln1oNXZY7RjESBRpflLjM=
    [6-my_hex_mhash] => e99a50d54967d68357658ed18c44814697e52e33
    [7-my_mhash_base64] => 6ZpQ1Uln1oNXZY7RjESBRpflLjM=
    [8-my_mhash_hex] => e99a50d54967d68357658ed18c44814697e52e33
    [10-php_hex_mhash_md5] => b250385eab769acf6eec5b722d593c06
    [11-my_mhash_md5_hex] => b250385eab769acf6eec5b722d593c06
)