simple php and javascript sha1 hashing login..

ACCESS DENIED!

enter password..

POST array: Array
(
)
session array: Array
(
    [salt] => 3a1fpQ==
    [hash] => 3a8414f9db598d30be67d98e556e23fa9e6b1b2d
)


some homebrew hmac tests: Array
(
    [data] => password
    [key] => 3a1fpQ==
    [1-php_hex_mhash-simple] => bbeda74f
    [2-my_mhash_hex-simple] => 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
    [5-my_base64_mhash] => OoQU+dtZjTC+Z9mOVW4j+p5rGy0=
    [6-my_hex_mhash] => 3a8414f9db598d30be67d98e556e23fa9e6b1b2d
    [7-my_mhash_base64] => OoQU+dtZjTC+Z9mOVW4j+p5rGy0=
    [8-my_mhash_hex] => 3a8414f9db598d30be67d98e556e23fa9e6b1b2d
    [10-php_hex_mhash_md5] => d3dc8bd367baefc91713b1810e27d415
    [11-my_mhash_md5_hex] => d3dc8bd367baefc91713b1810e27d415
)