chronister Posted May 11, 2007 Share Posted May 11, 2007 What is the general consensus here on storing passwords. Store them in a 1 way encryption scheme and if a user forgets it, make them create a new password, or store in a 2 way encrypt - decrypt scheme and send an email with their same password? I have been using the 1 way md5() hash for storing passwords. How do you do it?? Thanks, Nate Quote Link to comment https://forums.phpfreaks.com/topic/50899-login-system-managing-passwords/ Share on other sites More sharing options...
only one Posted May 11, 2007 Share Posted May 11, 2007 i find md5 the easiest way Quote Link to comment https://forums.phpfreaks.com/topic/50899-login-system-managing-passwords/#findComment-250346 Share on other sites More sharing options...
chronister Posted May 11, 2007 Author Share Posted May 11, 2007 Any other opinions? Quote Link to comment https://forums.phpfreaks.com/topic/50899-login-system-managing-passwords/#findComment-250762 Share on other sites More sharing options...
cmgmyr Posted May 11, 2007 Share Posted May 11, 2007 i use md5 and give them a new one if they forget...this is usually the best option Quote Link to comment https://forums.phpfreaks.com/topic/50899-login-system-managing-passwords/#findComment-250768 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.