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