dockerfile/examples/standardnotes/official-src/server-main/packages/sncrypto-node/README.md

22 lines
399 B
Markdown
Raw Normal View History

2024-03-15 14:52:38 +08:00
# SNCrypto for Node.js
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
Cryptographic primitives as a Node.js library -- used by server-side Standard Notes services, e.g. [Files](https://github.com/standardnotes/files).
## Installing
```
yarn add @standardnotes/sncrypto-node
```
## Supported Algorithms
- AES-GCM
## Tests
```
yarn test
```