x_maras Posted August 2, 2009 Share Posted August 2, 2009 Hi, I'm making a small project in which multiple users can login. I made a loging but it's without encryption. It's not so important to encrypt it, because is for academic purpose and are other things that matter, however I 'd like to learn how they make this. I searched in the internet and found md5() hash but I 'd like something that I can also decrypt , for the forgot password ... If someone can link me somewhere I would appreciate it. Thanks in advance, Dinos Link to comment https://forums.phpfreaks.com/topic/168543-encrypt-decrypt-password/ Share on other sites More sharing options...
smerny Posted August 2, 2009 Share Posted August 2, 2009 for the forgot password, you could have it create a new password and send it to their email address before encrypting it and putting it in the database Link to comment https://forums.phpfreaks.com/topic/168543-encrypt-decrypt-password/#findComment-889075 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.