simple php and javascript sha1 hashing login..

ACCESS DENIED!

enter password..

POST array: Array
(
)
session array: Array
(
    [salt] => hZIv/g==
    [hash] => ebc61c337c597b6b42b9eebed89852d3454651e6
)


some homebrew hmac tests: Array
(
    [data] => password
    [key] => hZIv/g==
    [1-php_hex_mhash-simple] => bbeda74f
    [2-my_mhash_hex-simple] => 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
    [5-my_base64_mhash] => 68YcM3xZe2tCue6+2JhS00VGUeY=
    [6-my_hex_mhash] => ebc61c337c597b6b42b9eebed89852d3454651e6
    [7-my_mhash_base64] => 68YcM3xZe2tCue6+2JhS00VGUeY=
    [8-my_mhash_hex] => ebc61c337c597b6b42b9eebed89852d3454651e6
    [10-php_hex_mhash_md5] => 0c9636fd53378a4e717504b05747da2d
    [11-my_mhash_md5_hex] => 0c9636fd53378a4e717504b05747da2d
)