simple php and javascript sha1 hashing login..
ACCESS DENIED!
enter password..
POST array: Array
(
)
session array: Array
(
[salt] => Ww9jRw==
[hash] => 8c44ded8270a23550752a9bdcdbc7c37ee2430aa
)
some homebrew hmac tests: Array
(
[data] => password
[key] => Ww9jRw==
[1-php_hex_mhash-simple] => bbeda74f
[2-my_mhash_hex-simple] => 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
[5-my_base64_mhash] => jETe2CcKI1UHUqm9zbx8N+4kMKo=
[6-my_hex_mhash] => 8c44ded8270a23550752a9bdcdbc7c37ee2430aa
[7-my_mhash_base64] => jETe2CcKI1UHUqm9zbx8N+4kMKo=
[8-my_mhash_hex] => 8c44ded8270a23550752a9bdcdbc7c37ee2430aa
[10-php_hex_mhash_md5] => 4152ea7c9e52a03e482de0ff89f4f2a2
[11-my_mhash_md5_hex] => 4152ea7c9e52a03e482de0ff89f4f2a2
)