clown[NOR] Posted April 19, 2007 Share Posted April 19, 2007 basicly what I wonder is how can I get the real value of the md5.. like I have a password, but I want to get the real password from the database when the user wants to change password... Link to comment https://forums.phpfreaks.com/topic/47759-solved-help-reversed-md5/ Share on other sites More sharing options...
trq Posted April 19, 2007 Share Posted April 19, 2007 MD5 cannot be undone. If your users want to change password, ask for there old pass, run it through MD5 and compare it to the database, then update the old pass to the new one. Link to comment https://forums.phpfreaks.com/topic/47759-solved-help-reversed-md5/#findComment-233285 Share on other sites More sharing options...
clown[NOR] Posted April 19, 2007 Author Share Posted April 19, 2007 ok..thanks Link to comment https://forums.phpfreaks.com/topic/47759-solved-help-reversed-md5/#findComment-233286 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.