simple php and javascript sha1 hashing login..

ACCESS DENIED!

enter password..

POST array: Array
(
)
session array: Array
(
    [salt] => dD1QMw==
    [hash] => 41359314bdd4a40f89f5ad99ad3bfeff6df2c005
)


some homebrew hmac tests: Array
(
    [data] => password
    [key] => dD1QMw==
    [1-php_hex_mhash-simple] => bbeda74f
    [2-my_mhash_hex-simple] => 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
    [5-my_base64_mhash] => QTWTFL3UpA+J9a2ZrTv+/23ywAU=
    [6-my_hex_mhash] => 41359314bdd4a40f89f5ad99ad3bfeff6df2c005
    [7-my_mhash_base64] => QTWTFL3UpA+J9a2ZrTv+/23ywAU=
    [8-my_mhash_hex] => 41359314bdd4a40f89f5ad99ad3bfeff6df2c005
    [10-php_hex_mhash_md5] => ecb9aea9529ae2feabd7267b6b7ac95b
    [11-my_mhash_md5_hex] => ecb9aea9529ae2feabd7267b6b7ac95b
)