simple php and javascript sha1 hashing login..

ACCESS DENIED!

enter password..

POST array: Array
(
)
session array: Array
(
    [salt] => tiAJSA==
    [hash] => c9edb554e80b7e8572e3998ad56eaefe04f1e547
)


some homebrew hmac tests: Array
(
    [data] => password
    [key] => tiAJSA==
    [1-php_hex_mhash-simple] => bbeda74f
    [2-my_mhash_hex-simple] => 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
    [5-my_base64_mhash] => ye21VOgLfoVy45mK1W6u/gTx5Uc=
    [6-my_hex_mhash] => c9edb554e80b7e8572e3998ad56eaefe04f1e547
    [7-my_mhash_base64] => ye21VOgLfoVy45mK1W6u/gTx5Uc=
    [8-my_mhash_hex] => c9edb554e80b7e8572e3998ad56eaefe04f1e547
    [10-php_hex_mhash_md5] => 67c8c1490402dffbbf519e3f9d0cde8b
    [11-my_mhash_md5_hex] => 67c8c1490402dffbbf519e3f9d0cde8b
)