simple php and javascript sha1 hashing login..

ACCESS DENIED!

enter password..

POST array: Array
(
)
session array: Array
(
    [salt] => Cgzowg==
    [hash] => b55ad942af1a73a43ec3d1cc94b6b5734b517424
)


some homebrew hmac tests: Array
(
    [data] => password
    [key] => Cgzowg==
    [1-php_hex_mhash-simple] => bbeda74f
    [2-my_mhash_hex-simple] => 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
    [5-my_base64_mhash] => tVrZQq8ac6Q+w9HMlLa1c0tRdCQ=
    [6-my_hex_mhash] => b55ad942af1a73a43ec3d1cc94b6b5734b517424
    [7-my_mhash_base64] => tVrZQq8ac6Q+w9HMlLa1c0tRdCQ=
    [8-my_mhash_hex] => b55ad942af1a73a43ec3d1cc94b6b5734b517424
    [10-php_hex_mhash_md5] => 49a242163979b4ee4d621edc3df133e9
    [11-my_mhash_md5_hex] => 49a242163979b4ee4d621edc3df133e9
)