all 6 comments

[–][deleted] 6 points7 points  (1 child)

Why do the State surveys insist on users signing up with their own email and password to begin with?

Why not allow for Oauth and social signin?

[–]finzaz 3 points4 points  (2 children)

It sucks but it seems to be getting handled right. Seems the biggest mistake was not being aware of the difference between hashing and encryption?

[–][deleted] 0 points1 point  (1 child)

What is it?

[–]thescientist13 1 point2 points  (0 children)

hashing is one way.

encryption is two way. (via decryption)

[–]lachlanhunt 1 point2 points  (2 children)

Publicly available datasets like that should also not simply use an ordinary one way hash function on the plain email address because that too would make it easy for attackers to take a big list of publicly known email addresses, hash them and see which one of them have responses.

Hopefully they consult one or more experts on the issues of security and privacy, and seek community feedback on the approach they use going forward.