Y
Hacker News
new
|
ask
|
show
|
jobs
by
dandraper
1480 days ago
Its not Homomorphic but "structural encryption". Less useful than HE but faster.
2 comments
snorkel
1480 days ago
Correct. It's not homomorphic encryption, but rather more like TDE (Transparent Data Encryption) except that MongoDB service isn't decrypting the data. This is essentially client-side encryption (at the driver) and without server-side decryption.
link
cvwright
1480 days ago
Faster has a usefulness all its own
link
dandraper
1479 days ago
Absolutely! FHE isn't practical for most applications.
link