coder500 Posted August 25, 2008 Share Posted August 25, 2008 Is there any way to encrypt information like email id,names, and payment information entered by the visitors and store them into database? I want a method to download the data also? Is it possible? Any suggestions/help? Link to comment https://forums.phpfreaks.com/topic/121172-encryptdecrypt-data-using-php/ Share on other sites More sharing options...
peuge Posted August 25, 2008 Share Posted August 25, 2008 Have a look at md5() http://www.php.net/md5 Link to comment https://forums.phpfreaks.com/topic/121172-encryptdecrypt-data-using-php/#findComment-624668 Share on other sites More sharing options...
coder500 Posted August 25, 2008 Author Share Posted August 25, 2008 If we use md5, it can't be decrypted, right? Link to comment https://forums.phpfreaks.com/topic/121172-encryptdecrypt-data-using-php/#findComment-624670 Share on other sites More sharing options...
Drezard Posted August 25, 2008 Share Posted August 25, 2008 Correct. Google "Mcrypt PHP". Daniel Link to comment https://forums.phpfreaks.com/topic/121172-encryptdecrypt-data-using-php/#findComment-624676 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.