web/packages/sncrypto-common
StandardNotes CI 28f36b886c
chore(release): publish
- @standardnotes/api@1.20.5
 - @standardnotes/blocks-editor@1.5.3
 - @standardnotes/desktop@3.100.5
 - @standardnotes/encryption@1.19.13
 - @standardnotes/features@1.55.2
 - @standardnotes/filepicker@1.25.13
 - @standardnotes/files@1.12.13
 - @standardnotes/mobile@3.46.15
 - @standardnotes/models@1.37.2
 - @standardnotes/releases@1.3.241
 - @standardnotes/responses@1.12.8
 - @standardnotes/services@1.45.3
 - @standardnotes/sncrypto-common@1.13.3
 - @standardnotes/sncrypto-web@1.14.3
 - @standardnotes/snjs@2.151.2
 - @standardnotes/ui-services@1.13.15
 - @standardnotes/utils@1.11.3
 - @standardnotes/web@3.100.4
2022-11-17 12:12:14 +00:00
..
src feat: experimental 005 operator (#1753) 2022-10-06 11:03:43 -05:00
.eslintrc.js chore: fix eslint crashing issues (#1951) 2022-11-04 17:09:54 -05:00
CHANGELOG.md chore(release): publish 2022-11-17 12:12:14 +00:00
jest.config.js chore: remove tsc build from local workspaces (#2020) 2022-11-16 18:13:28 -06:00
package.json chore(release): publish 2022-11-17 12:12:14 +00:00
README.md feat: add sncrypto client side packages 2022-07-06 12:21:21 +02:00
tsconfig.json feat: add sncrypto client side packages 2022-07-06 12:21:21 +02:00

SNCrypto Common

lerna

Cryptographic primitives used by 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