dannybrazil Posted March 27, 2008 Share Posted March 27, 2008 hello i wanted to know how can i encrypt an e-mail posted by a user into my DATABASE and even when im quering it back to some one thanks Link to comment https://forums.phpfreaks.com/topic/98170-email-encryption/ Share on other sites More sharing options...
aschk Posted March 28, 2008 Share Posted March 28, 2008 You need to look at a reversable algorithm, so md5 and sha1 are out the window. Consider using RSA, but you best do some reading Curiously, why are you storing emails (in encrypted format) in the database? Link to comment https://forums.phpfreaks.com/topic/98170-email-encryption/#findComment-502922 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.