Skip to content

Commit 129d01a

Browse files
committed
chore(docs): fix missing updates
1 parent f2f98b5 commit 129d01a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ The idea with this example is to test how to store encrypted data under a datast
2323
2424
## Features
2525

26-
- API storing endpoint that encrypts data with the provided key and stores it into a MongoDB collection (AES-256-CBC encryption)
26+
- API storing endpoint that encrypts data with the provided key and stores it into a MongoDB collection (AES-256-GCM encryption)
2727
- API retrieval endpoint that decrypts data with the provided key and returns the data
28-
- AES-256-GCM encryption that uses a random Initialization Vector (IV)
28+
- AES-256-GCM encryption that uses a random Initialization Vector (IV) and Auth TAG
2929
- IV and Auth TAG stored with the encrypted data (separated by a `:` character)
3030
- Logs with correlation ID
3131
- Hardening of the HTTP Headers with Helmet

0 commit comments

Comments
 (0)