simple php and javascript sha1 hashing login..

ACCESS DENIED!

enter password..

POST array: Array
(
)
session array: Array
(
    [salt] => QUWl7A==
    [hash] => a19f9babe9ea45e3ea422bca2d2fccc7de17b2ce
)


some homebrew hmac tests: Array
(
    [data] => password
    [key] => QUWl7A==
    [1-php_hex_mhash-simple] => bbeda74f
    [2-my_mhash_hex-simple] => 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
    [5-my_base64_mhash] => oZ+bq+nqRePqQivKLS/Mx94Xss4=
    [6-my_hex_mhash] => a19f9babe9ea45e3ea422bca2d2fccc7de17b2ce
    [7-my_mhash_base64] => oZ+bq+nqRePqQivKLS/Mx94Xss4=
    [8-my_mhash_hex] => a19f9babe9ea45e3ea422bca2d2fccc7de17b2ce
    [10-php_hex_mhash_md5] => 59cdfcbb2aef3cf355ebf54fea4e0713
    [11-my_mhash_md5_hex] => 59cdfcbb2aef3cf355ebf54fea4e0713
)