web/packages/sncrypto-common
StandardNotes CI c3cd88c509
chore(release): publish
- @standardnotes/api@1.26.35
 - @standardnotes/clipper@1.1.120
 - @standardnotes/desktop@3.108.51
 - @standardnotes/encryption@1.21.58
 - @standardnotes/features@1.59.13
 - @standardnotes/filepicker@1.28.68
 - @standardnotes/files@1.16.14
 - @standardnotes/mobile@3.56.31
 - @standardnotes/models@1.46.17
 - @standardnotes/releases@1.4.403
 - @standardnotes/responses@1.13.34
 - @standardnotes/services@1.63.16
 - @standardnotes/sncrypto-common@1.13.6
 - @standardnotes/sncrypto-web@1.14.6
 - @standardnotes/snjs@2.202.20
 - @standardnotes/ui-services@1.28.18
 - @standardnotes/utils@1.17.8
 - @standardnotes/web@3.167.18
2023-07-28 00:57:34 +00:00
..
src chore: upgrade eslint and prettier (#2376) 2023-07-27 14:36:05 -05:00
.eslintrc.js chore: fix eslint crashing issues (#1951) 2022-11-04 17:09:54 -05:00
CHANGELOG.md chore(release): publish 2023-07-28 00:57:34 +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 2023-07-28 00:57:34 +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