simple php and javascript sha1 hashing login..

ACCESS DENIED!

enter password..

POST array: Array
(
)
session array: Array
(
    [salt] => RXu7pw==
    [hash] => 0b863d641d1cb60beba1aab81783c916a4065436
)


some homebrew hmac tests: Array
(
    [data] => password
    [key] => RXu7pw==
    [1-php_hex_mhash-simple] => bbeda74f
    [2-my_mhash_hex-simple] => 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
    [5-my_base64_mhash] => C4Y9ZB0ctgvroaq4F4PJFqQGVDY=
    [6-my_hex_mhash] => 0b863d641d1cb60beba1aab81783c916a4065436
    [7-my_mhash_base64] => C4Y9ZB0ctgvroaq4F4PJFqQGVDY=
    [8-my_mhash_hex] => 0b863d641d1cb60beba1aab81783c916a4065436
    [10-php_hex_mhash_md5] => 8233aa3543a3d9dcdc62b16f123d1490
    [11-my_mhash_md5_hex] => 8233aa3543a3d9dcdc62b16f123d1490
)