Files
standardnotes-app-web/packages/sncrypto-common/README.md
2022-07-06 12:21:21 +02:00

21 lines
418 B
Markdown

# SNCrypto Common
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
Cryptographic primitives used by [SNJS](https://github.com/standardnotes/snjs).
## Installing
```
yarn add @standardnotes/sncrypto-common
```
## Supported Algorithms
- Argon2id (Libsodium.js)
- XChaCha20+Poly1305 (Libsodium.js)
- PBDKF2 (WebCrypto)
- AES-CBC (WebCrypto)
- HMAC SHA-256
- SHA256