You might not need to store plaintext email addresses
blog.klungo.no
You might not need to store plaintext email addresses
1–10 of 181 posts
Re: You might not need to store plaintext email addresses
#2Oh...
Re: You might not need to store plaintext email addresses
#3Re: You might not need to store plaintext email addresses
#4To support: Hey, I closed my Facebook account and would like you to delete my data for me? Oh...
Re: You might not need to store plaintext email addresses
#5Re: You might not need to store plaintext email addresses
#6To support: Hey, I closed my Facebook account and would like you to delete my data for me? Oh...
Re: You might not need to store plaintext email addresses
#7It's a good idea to protect user privacy. One drawback I can think of storing a hashed email is - What if the user forgets the username / email id and wants to know it? (This is a common use case). In such a case you have to collect additional unique data to help the user gain access to their account, but that defeats the original purpose - to protect user privacy.
Re: You might not need to store plaintext email addresses
#8To support: Hey, I closed my Facebook account and would like you to delete my data for me? Oh...
They could simply check whether the hash they stored corresponds to your email address.
Re: You might not need to store plaintext email addresses
#9To support: Hey, I closed my Facebook account and would like you to delete my data for me? Oh...
They could simply check whether the hash they stored corresponds to your email address.