I've been wondering about something, is it more secure to store an encrypted (hashed with password_hash) email address in the database, or just as plain text? I've google'd this matter and saw that there are people who are for it, and against it.
So here are my thoughts; I think it would give a little more security. Ofcourse it's not THE defense needed, but IF someone ever gets into the database, all he can get are encrypted email addresses. To me, this sounds a tad better than plain text, right?
Also, I don't really see downsides on this one. Maybe the system will just be a bit slower, but security comes first imo.
So let me know what you guys think, hash it and save it, or just plain save it.