Y
Hacker News
new
|
ask
|
show
|
jobs
by
arielweisberg
97 days ago
This can be implemented without storing it. They could store a hash. No idea what they actually do.
1 comments
charcircuit
97 days ago
A hash of a public identifier like an email is personally identifiable data.
link
jounker
97 days ago
Isn’t the entire point of a cryptographically secure hash that you can’t derive the original information?
link
charcircuit
97 days ago
You can't derive the original better than guessing. With public identifiers you can just take a list of them and guess with those. If someone asks for your email they can hash it themselves and compare it against whatever databases.
link
pfortuny
97 days ago
You can always encrypt with a public key instead of hashing.
link
pbhjpbhj
96 days ago
You mean 'as well as', right?
link
pfortuny
96 days ago
No, I mean encrypting (using a random padding like OAEP-RSA) gives an undecipherable item.
link