simple php and javascript sha1 hashing login..

ACCESS DENIED!

enter password..

POST array: Array
(
)
session array: Array
(
    [salt] => GO6eYQ==
    [hash] => 9693ae0b1ab085ee269634fbae60006f6dbf4b6a
)


some homebrew hmac tests: Array
(
    [data] => password
    [key] => GO6eYQ==
    [1-php_hex_mhash-simple] => bbeda74f
    [2-my_mhash_hex-simple] => 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
    [5-my_base64_mhash] => lpOuCxqwhe4mljT7rmAAb22/S2o=
    [6-my_hex_mhash] => 9693ae0b1ab085ee269634fbae60006f6dbf4b6a
    [7-my_mhash_base64] => lpOuCxqwhe4mljT7rmAAb22/S2o=
    [8-my_mhash_hex] => 9693ae0b1ab085ee269634fbae60006f6dbf4b6a
    [10-php_hex_mhash_md5] => ae7f3aad9d96a1627d8e0d7dd8af1eac
    [11-my_mhash_md5_hex] => ae7f3aad9d96a1627d8e0d7dd8af1eac
)