if i change my password inserting the old one, the new generated hash, it is like the oldone or it is different?
simple example to let me explain better.
my old passwor: rehash
i go under "Account Related Settings" to rehash it and i write
Choose password: rehash
Verufy password: rehash
Current Password: rehash
the hash it is regenerated like the oldone, and the operation it is a non sense?
or it is generate a new hash and i'm safe?
thanks
Even if the hash does change, it doesn't matter because the hacker would be testing against the same password. So, if he has a dump of your hash and manages to crack it, then it will show your password as "rehash". Which you still have as your password. So changing it to the same thing...wouldn't help you.
ok i understand..
maybe the hashing algo it is something like one-way MD5 or SHA???
or maybe somethings lke keccak who is even more secure?