Hacker News new | ask | show | jobs
by _448 1230 days ago
Which DB?

Some DBs have in built support while others require plugins. The answer will depend on your DB and usecases.

1 comments

I'm using PostgreSQL and it has a built in encryption library (pgcrypto), so I'll probably use that.