simple php and javascript sha1 hashing login..
ACCESS DENIED!
enter password..
POST array: Array
(
)
session array: Array
(
[salt] => IKLhKg==
[hash] => a4ecb90bf44fe58c6fe717976297b665f35c111d
)
some homebrew hmac tests: Array
(
[data] => password
[key] => IKLhKg==
[1-php_hex_mhash-simple] => bbeda74f
[2-my_mhash_hex-simple] => 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
[5-my_base64_mhash] => pOy5C/RP5Yxv5xeXYpe2ZfNcER0=
[6-my_hex_mhash] => a4ecb90bf44fe58c6fe717976297b665f35c111d
[7-my_mhash_base64] => pOy5C/RP5Yxv5xeXYpe2ZfNcER0=
[8-my_mhash_hex] => a4ecb90bf44fe58c6fe717976297b665f35c111d
[10-php_hex_mhash_md5] => 79a8e2203f754f29f3f09645792ec0cd
[11-my_mhash_md5_hex] => 79a8e2203f754f29f3f09645792ec0cd
)