mirror of
https://github.com/standardnotes/server
synced 2026-07-13 05:01:06 -04:00
22 lines
399 B
Markdown
22 lines
399 B
Markdown
# SNCrypto for Node.js
|
|
|
|
[](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
|
|
```
|