feat: add sncrypto client side packages
This commit is contained in:
20
packages/sncrypto-common/README.md
Normal file
20
packages/sncrypto-common/README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# SNCrypto Common
|
||||
|
||||
[](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
|
||||
Reference in New Issue
Block a user