We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cdbc7f commit 4d124f3Copy full SHA for 4d124f3
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@tsmx/mongoose-encrypted-string",
3
"version": "1.0.9",
4
- "description": "EncryptedString type for Mongoose schemas.",
+ "description": "EncryptedString type for Mongoose schemas providing AES-GCM and AES-CBC encryption at rest.",
5
"main": "mongoose-encrypted-string.js",
6
"engines": {
7
"node": ">=18.0.0",
@@ -25,6 +25,9 @@
25
"decryption",
26
"string",
27
"AES",
28
+ "AES-256-GCM",
29
+ "AES-256-CBC",
30
+ "encryption-at-rest",
31
"crypto"
32
],
33
"dependencies": {
0 commit comments