simple php and javascript sha1 hashing login..

ACCESS DENIED!

enter password..

POST array: Array
(
)
session array: Array
(
    [salt] => RlMkRw==
    [hash] => 0ff6d883f65432e0b05aa933c48203261f47512b
)


some homebrew hmac tests: Array
(
    [data] => password
    [key] => RlMkRw==
    [1-php_hex_mhash-simple] => bbeda74f
    [2-my_mhash_hex-simple] => 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
    [5-my_base64_mhash] => D/bYg/ZUMuCwWqkzxIIDJh9HUSs=
    [6-my_hex_mhash] => 0ff6d883f65432e0b05aa933c48203261f47512b
    [7-my_mhash_base64] => D/bYg/ZUMuCwWqkzxIIDJh9HUSs=
    [8-my_mhash_hex] => 0ff6d883f65432e0b05aa933c48203261f47512b
    [10-php_hex_mhash_md5] => bd9281b2c228c477753d82f6d755ea3a
    [11-my_mhash_md5_hex] => bd9281b2c228c477753d82f6d755ea3a
)