- @standardnotes/api@1.4.9 - @standardnotes/components-meta@2.7.9 - @standardnotes/desktop@3.23.101 - @standardnotes/encryption@1.14.2 - @standardnotes/features@1.50.5 - @standardnotes/filepicker@1.22.2 - @standardnotes/files@1.9.2 - @standardnotes/mobile@3.31.17 - @standardnotes/models@1.16.2 - @standardnotes/releases@1.3.23 - @standardnotes/responses@1.9.4 - @standardnotes/services@1.17.2 - @standardnotes/sncrypto-common@1.11.1 - @standardnotes/sncrypto-web@1.12.3 - @standardnotes/snjs@2.125.2 - @standardnotes/ui-services@1.1.3 - @standardnotes/utils@1.8.3 - @standardnotes/web@3.45.5 - @standardnotes/advanced-checklist@0.2.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