Skip to content

Commit 4d124f3

Browse files
committed
Update package description and keywords for AES-GCM and AES-CBC support
1 parent 1cdbc7f commit 4d124f3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tsmx/mongoose-encrypted-string",
33
"version": "1.0.9",
4-
"description": "EncryptedString type for Mongoose schemas.",
4+
"description": "EncryptedString type for Mongoose schemas providing AES-GCM and AES-CBC encryption at rest.",
55
"main": "mongoose-encrypted-string.js",
66
"engines": {
77
"node": ">=18.0.0",
@@ -25,6 +25,9 @@
2525
"decryption",
2626
"string",
2727
"AES",
28+
"AES-256-GCM",
29+
"AES-256-CBC",
30+
"encryption-at-rest",
2831
"crypto"
2932
],
3033
"dependencies": {

0 commit comments

Comments
 (0)