only one Posted May 10, 2007 Share Posted May 10, 2007 hi, how can i un md5 a password and send it in a email?? Link to comment https://forums.phpfreaks.com/topic/50786-solved-sned-back-an-md5d-pass/ Share on other sites More sharing options...
paul2463 Posted May 10, 2007 Share Posted May 10, 2007 md5 rant again ----- MD5 is a hash script and not an encryption script encrypt - un-encrypt....this works Hash goes one way only and cannot be un - anything and yes it can be cracked if you have thousands of computers working for housr on end, but there is no function to unMD5 anything Link to comment https://forums.phpfreaks.com/topic/50786-solved-sned-back-an-md5d-pass/#findComment-249713 Share on other sites More sharing options...
DanDaBeginner Posted May 10, 2007 Share Posted May 10, 2007 yes its a one way hash.. why do you want to un-md5 the password? if in case the user forgot his/her password? maybe create a random password then replace their existing password then send it to email... Link to comment https://forums.phpfreaks.com/topic/50786-solved-sned-back-an-md5d-pass/#findComment-249715 Share on other sites More sharing options...
only one Posted May 10, 2007 Author Share Posted May 10, 2007 hey thanks, i never thought of that Link to comment https://forums.phpfreaks.com/topic/50786-solved-sned-back-an-md5d-pass/#findComment-249719 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.