Skip to content

Commit 47347ce

Browse files
committed
Update readme
1 parent 76a6245 commit 47347ce

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

packages/node-embed-sdk/README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,3 @@ const decryptedToken = decrypt({
4545
encryptedToken: encryptedToken
4646
});
4747
```
48-
49-
## Security
50-
51-
This package implements industry-standard encryption practices:
52-
53-
- PBKDF2 with SHA-256, 600,000 iterations, and a 128-bit salt for key derivation
54-
- AES-256-GCM for encryption with a 96-bit IV and a 128-bit authentication tag
55-
56-
## Requirements
57-
58-
- Node.js 18 or higher

0 commit comments

Comments
 (0)