simple php and javascript sha1 hashing login..

ACCESS DENIED!

enter password..

POST array: Array
(
)
session array: Array
(
    [salt] => KvPcHA==
    [hash] => 18b38359704d22f82e00aa2f07d13d9131926623
)


some homebrew hmac tests: Array
(
    [data] => password
    [key] => KvPcHA==
    [2-my_mhash_hex-simple] => 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
    [5-my_base64_mhash] => GLODWXBNIvguAKovB9E9kTGSZiM=
    [6-my_hex_mhash] => 18b38359704d22f82e00aa2f07d13d9131926623
    [7-my_mhash_base64] => GLODWXBNIvguAKovB9E9kTGSZiM=
    [8-my_mhash_hex] => 18b38359704d22f82e00aa2f07d13d9131926623
    [10-php_hex_mhash_md5] => 7e597a45756483f2d99c1d5012169077
    [11-my_mhash_md5_hex] => 7e597a45756483f2d99c1d5012169077
)