Files
standardnotes-app/packages/sncrypto-web
2024-03-01 13:21:26 +00:00
..
2023-08-06 15:23:31 -05:00
2024-03-01 13:21:26 +00:00
2024-03-01 13:21:26 +00:00

SNCrypto Web

lerna

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