simple php and javascript sha1 hashing login..

ACCESS DENIED!

enter password..

POST array: Array
(
)
session array: Array
(
    [salt] => M9LJPA==
    [hash] => 03ed71a38f5fb18d95f0868790b1327d7a6e996a
)


some homebrew hmac tests: Array
(
    [data] => password
    [key] => M9LJPA==
    [1-php_hex_mhash-simple] => bbeda74f
    [2-my_mhash_hex-simple] => 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
    [5-my_base64_mhash] => A+1xo49fsY2V8IaHkLEyfXpumWo=
    [6-my_hex_mhash] => 03ed71a38f5fb18d95f0868790b1327d7a6e996a
    [7-my_mhash_base64] => A+1xo49fsY2V8IaHkLEyfXpumWo=
    [8-my_mhash_hex] => 03ed71a38f5fb18d95f0868790b1327d7a6e996a
    [10-php_hex_mhash_md5] => fc1642c93096af20b4837b4a8e4440a3
    [11-my_mhash_md5_hex] => fc1642c93096af20b4837b4a8e4440a3
)