- @standardnotes/clipper@1.1.146 - @standardnotes/desktop@3.108.77 - @standardnotes/mobile@3.56.57 - @standardnotes/releases@1.4.429 - @standardnotes/sncrypto-web@1.14.8 - @standardnotes/snjs@2.202.35 - @standardnotes/web@3.169.4
SNCrypto Web
Cryptographic primitives as a web library (UMD) - used by SNJS.
Installing
yarn add @standardnotes/sncrypto-web
Supported Algorithms
- Argon2id (Libsodium.js)
- XChaCha20+Poly1305 (Libsodium.js)
- PBDKF2 (WebCrypto)
- AES-CBC (WebCrypto)
- HMAC SHA-256
- SHA256
Tests
Tests are run in the browser due to WebCrypto and WebAssembly dependency.
yarn test