This is a bit of a theoretical question. I have a backend database which is going to be passed by email to other users and I am somewhat concerned that there is a possibility that email addresses may not be entirely safe from being read during transmission or even on other users machines.
I am considering whether it would be a good idea to actually save email addresses in more than one field, e.g. name, domain. I could then concatenate in a @ when showing or using the address.
I would be interested in others’ thoughts or methods.