simple php and javascript sha1 hashing login..

ACCESS DENIED!

enter password..

POST array: Array
(
)
session array: Array
(
    [salt] => bkRhfg==
    [hash] => c49b613f43c428c98bd261b4698ec7cff02fb50d
)


some homebrew hmac tests: Array
(
    [data] => password
    [key] => bkRhfg==
    [1-php_hex_mhash-simple] => bbeda74f
    [2-my_mhash_hex-simple] => 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
    [5-my_base64_mhash] => xJthP0PEKMmL0mG0aY7Hz/AvtQ0=
    [6-my_hex_mhash] => c49b613f43c428c98bd261b4698ec7cff02fb50d
    [7-my_mhash_base64] => xJthP0PEKMmL0mG0aY7Hz/AvtQ0=
    [8-my_mhash_hex] => c49b613f43c428c98bd261b4698ec7cff02fb50d
    [10-php_hex_mhash_md5] => feebc7dbd134c74b22354e2975a62c25
    [11-my_mhash_md5_hex] => feebc7dbd134c74b22354e2975a62c25
)