simple php and javascript sha1 hashing login..

ACCESS DENIED!

enter password..

POST array: Array
(
)
session array: Array
(
    [salt] => 2cYUZA==
    [hash] => 60ea8113ca7e88ad42b6ba91f40b741691a5290b
)


some homebrew hmac tests: Array
(
    [data] => password
    [key] => 2cYUZA==
    [1-php_hex_mhash-simple] => bbeda74f
    [2-my_mhash_hex-simple] => 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
    [5-my_base64_mhash] => YOqBE8p+iK1CtrqR9At0FpGlKQs=
    [6-my_hex_mhash] => 60ea8113ca7e88ad42b6ba91f40b741691a5290b
    [7-my_mhash_base64] => YOqBE8p+iK1CtrqR9At0FpGlKQs=
    [8-my_mhash_hex] => 60ea8113ca7e88ad42b6ba91f40b741691a5290b
    [10-php_hex_mhash_md5] => 8ccbf345b5e256b08cc66769b41dc64e
    [11-my_mhash_md5_hex] => 8ccbf345b5e256b08cc66769b41dc64e
)