O
O
OlegTar2014-05-29 16:37:28
Email
OlegTar, 2014-05-29 16:37:28

Should I encrypt email addresses in the database?

Actually, there is a certain project, it will store the email addresses of users.
We don't want email addresses to be exposed to the public.
In the yard of the 21st century, there are all sorts of spam filters.
So should you encrypt the email addresses in the database or leave them all as they are?
How do you store email addresses?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Stepan, 2014-05-29
@OlegTar

Mail is not a password. And mail sometimes needs to be decrypted in order to send a notification to the user or recover the password. IMHO - it's pointless to encrypt.

M
maxaon, 2014-05-29
@maxaon

In a good way, you need to encrypt all user data. In the case of an injection, you will not reveal the entire database, as well as in the case of automatic hacking. It won't help much against a targeted attack.
Also, encryption is not very effective when the storage and processing of this data will be on the same server.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question