- @standardnotes/api@1.19.5 - @standardnotes/desktop@3.23.279 - @standardnotes/encryption@1.19.5 - @standardnotes/features@1.54.3 - @standardnotes/filepicker@1.25.5 - @standardnotes/files@1.12.5 - @standardnotes/mobile@3.45.28 - @standardnotes/models@1.34.7 - @standardnotes/releases@1.3.210 - @standardnotes/responses@1.12.3 - @standardnotes/services@1.42.4 - @standardnotes/sncrypto-common@1.13.1 - @standardnotes/sncrypto-web@1.14.1 - @standardnotes/snjs@2.147.6 - @standardnotes/styles@1.6.4 - @standardnotes/toast@1.3.6 - @standardnotes/ui-services@1.13.4 - @standardnotes/utils@1.11.1 - @standardnotes/web@3.93.10
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