Hacker News new | ask | show | jobs
by nijave 219 days ago
Both have options for column/field level encryption

Besides that, you can encrypt in the app regardless of the data storage

1 comments

> Both have options for column/field level encryption

Cool. Now you just have to store the keys somewhere. And figure out how to authenticate/authorize access to them. :)

Sure, but you would have had to do that anyway if you didn't pick those RDBMS and rolled your own storage.

Luckily there's established patterns for key management and access control.