Hacker News new | ask | show | jobs
by NicoJuicy 1652 days ago
Cloud DB with encrypted columns is not enough?

( Other options exist)

1 comments

If I'm going to do it, I want it in a way where it's encrypted per-user, using something not stored in the database like a client side hash of their password or something.

I don't want the possibility a miswritten SELECT potentially revealing anything.

I don't want to be able to read their data, at all.

Normally that would be a salt or a certificate. No?

It protects against rainbow tables. So I'm not sure sure why you wouldn't go down that road.