simple php and javascript sha1 hashing login..
ACCESS DENIED!
enter password..
POST array: Array
(
)
session array: Array
(
[salt] => oAYA9g==
[hash] => 5493c97d9bff6d75cbd9e6d617befccc8b6fb52d
)
some homebrew hmac tests: Array
(
[data] => password
[key] => oAYA9g==
[1-php_hex_mhash-simple] => bbeda74f
[2-my_mhash_hex-simple] => 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
[5-my_base64_mhash] => VJPJfZv/bXXL2ebWF778zItvtS0=
[6-my_hex_mhash] => 5493c97d9bff6d75cbd9e6d617befccc8b6fb52d
[7-my_mhash_base64] => VJPJfZv/bXXL2ebWF778zItvtS0=
[8-my_mhash_hex] => 5493c97d9bff6d75cbd9e6d617befccc8b6fb52d
[10-php_hex_mhash_md5] => 40036dcd2e7959951b43909736a34e90
[11-my_mhash_md5_hex] => 40036dcd2e7959951b43909736a34e90
)