simple php and javascript sha1 hashing login..

ACCESS DENIED!

enter password..

POST array: Array
(
)
session array: Array
(
    [salt] => Ch5ZNw==
    [hash] => a4b9f0eaf8fc63e42a712625d5e04ae8cb51c237
)


some homebrew hmac tests: Array
(
    [data] => password
    [key] => Ch5ZNw==
    [1-php_hex_mhash-simple] => bbeda74f
    [2-my_mhash_hex-simple] => 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
    [5-my_base64_mhash] => pLnw6vj8Y+QqcSYl1eBK6MtRwjc=
    [6-my_hex_mhash] => a4b9f0eaf8fc63e42a712625d5e04ae8cb51c237
    [7-my_mhash_base64] => pLnw6vj8Y+QqcSYl1eBK6MtRwjc=
    [8-my_mhash_hex] => a4b9f0eaf8fc63e42a712625d5e04ae8cb51c237
    [10-php_hex_mhash_md5] => 5dadf232e0c6874641300c821b99a4fe
    [11-my_mhash_md5_hex] => 5dadf232e0c6874641300c821b99a4fe
)