simple php and javascript sha1 hashing login..
ACCESS DENIED!
enter password..
POST array: Array
(
)
session array: Array
(
[salt] => o/GOxw==
[hash] => 14e337ff3237e6d7c46d29242a8e0ee0567ed45c
)
some homebrew hmac tests: Array
(
[data] => password
[key] => o/GOxw==
[1-php_hex_mhash-simple] => bbeda74f
[2-my_mhash_hex-simple] => 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
[5-my_base64_mhash] => FOM3/zI35tfEbSkkKo4O4FZ+1Fw=
[6-my_hex_mhash] => 14e337ff3237e6d7c46d29242a8e0ee0567ed45c
[7-my_mhash_base64] => FOM3/zI35tfEbSkkKo4O4FZ+1Fw=
[8-my_mhash_hex] => 14e337ff3237e6d7c46d29242a8e0ee0567ed45c
[10-php_hex_mhash_md5] => 797b0ee13bc9ef11016b4dccdf6580fe
[11-my_mhash_md5_hex] => 797b0ee13bc9ef11016b4dccdf6580fe
)