joeysarsenal Posted November 1, 2007 Share Posted November 1, 2007 ok ive encrypted all my passwords in md5 how can i grab the password unencrypted so i can edit it. Quote Link to comment https://forums.phpfreaks.com/topic/75612-md5-help-please/ Share on other sites More sharing options...
Prismatic Posted November 1, 2007 Share Posted November 1, 2007 You can not. Md5 is a one way hash, not an encryption scheme. Quote Link to comment https://forums.phpfreaks.com/topic/75612-md5-help-please/#findComment-382587 Share on other sites More sharing options...
bache Posted November 1, 2007 Share Posted November 1, 2007 The idea of saving MD5 passwords in the database is to not be able to see the original passwords. If you want to change the password, just provide a new one. Quote Link to comment https://forums.phpfreaks.com/topic/75612-md5-help-please/#findComment-382588 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.