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 Quote Link to comment 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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.