For added security, for storing email addresses private in the project I'm working on, I would like all emails stored in our database to be encrypted. However, we use the Asp.Net membership provider, and emails are displayed in clear text in the Email column of the aspnet_Membership table. Their way to achieve this? Ideally, an easy way.
source
share