04-17-2017, 08:59 AM
hello friends i need help to change crypt of password from md5 to sha1 can you help me and what files need to change ?
thanks
thanks
about crypt md5 password
|
04-17-2017, 08:59 AM
hello friends i need help to change crypt of password from md5 to sha1 can you help me and what files need to change ?
thanks
05-11-2017, 02:40 AM
If you want to do something similar you will have to keep the old passwords for old users, so when a user that registered when the system used md5 you will have to check if the new password field is empty (if so and he logs in) migrate the password to the new system. As you will not be able to reverse md5 passwords.
Another option is that you keep using md5 and add the sha1 hash to it, so you would be using both systems. You will have to edit login.php and register.php files.
05-24-2017, 10:22 AM
|
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
auto generated password on sign up | gareth | 2 | 2,426 |
03-23-2015, 04:05 AM Last Post: gareth |