Skip to content

Commit

Permalink
#34: Add FAQ on data-at-rest encryption for entire DB
Browse files Browse the repository at this point in the history
  • Loading branch information
generalpiston committed Jan 19, 2021
1 parent 1835e1c commit 12d5000
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,9 @@ Follow these steps to add an encrypted column.
6. Remove the typeorm configuration for col A.
7. Rename the typeorm configuration for col B to col A's name.
8. Remove col A (unencrypted column) from the table manually.

### Can typeorm-encrypted encrypt the entire database?

No. This library encrypts specific fields in a database.

Popular databases like [MySQL](https://dev.mysql.com/doc/refman/8.0/en/innodb-data-encryption.html) and [PostgreSQL](https://www.postgresql.org/docs/8.1/encryption-options.html) are capable of data-at-rest and in-flight encryption. Refer to your database manual to figure out how to encrypt the entirety of the database.

0 comments on commit 12d5000

Please sign in to comment.