simple php and javascript sha1 hashing login..

ACCESS DENIED!

enter password..

POST array: Array
(
)
session array: Array
(
    [salt] => RccY2Q==
    [hash] => 2ad9ff6e0c6173d79a4d742a71d4228bb46c44ce
)


some homebrew hmac tests: Array
(
    [data] => password
    [key] => RccY2Q==
    [1-php_hex_mhash-simple] => bbeda74f
    [2-my_mhash_hex-simple] => 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
    [5-my_base64_mhash] => Ktn/bgxhc9eaTXQqcdQii7RsRM4=
    [6-my_hex_mhash] => 2ad9ff6e0c6173d79a4d742a71d4228bb46c44ce
    [7-my_mhash_base64] => Ktn/bgxhc9eaTXQqcdQii7RsRM4=
    [8-my_mhash_hex] => 2ad9ff6e0c6173d79a4d742a71d4228bb46c44ce
    [10-php_hex_mhash_md5] => d2760a679bc4a1f9959fe42d8da29d3c
    [11-my_mhash_md5_hex] => d2760a679bc4a1f9959fe42d8da29d3c
)