Custom hash for password
-
Hi,
First of all … GREAT PLUGIN !!
Thanks, its really a excellent work !Happens that my password hash its not one of the list (md5, sha1, bcrypt, etc), its:
Assuming… :$user = "username" $password = "thisismypass" $hash = sha1(strtoupper($user.":".$password));
I mean… combining $user and : and $password … all that in upper case AND THEN … sha1
And then the result that is saved in db is: 4BEA0019DDEB65D9CABDA4C218AADC1C33828267
So, what can I do ?
Where can I change/add this custom hash gen ?
Thanks for all
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Custom hash for password’ is closed to new replies.