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. 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. 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. Link to comment https://forums.phpfreaks.com/topic/75612-md5-help-please/#findComment-382588 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.