standardnotes-server/packages/sncrypto-node
standardci 7f4776b52b
chore(release): publish new version
- @standardnotes/analytics@2.19.11
 - @standardnotes/api-gateway@1.46.6
 - @standardnotes/auth-server@1.84.5
 - @standardnotes/common@1.46.4
 - @standardnotes/domain-core@1.11.2
 - @standardnotes/domain-events-infra@1.9.66
 - @standardnotes/domain-events@2.106.1
 - @standardnotes/event-store@1.6.65
 - @standardnotes/files-server@1.9.11
 - @standardnotes/predicates@1.6.5
 - @standardnotes/revisions-server@1.10.19
 - @standardnotes/scheduler-server@1.16.15
 - @standardnotes/security@1.7.6
 - @standardnotes/settings@1.19.1
 - @standardnotes/sncrypto-node@1.13.1
 - @standardnotes/syncing-server@1.29.7
 - @standardnotes/time@1.14.1
 - @standardnotes/websockets-server@1.5.11
 - @standardnotes/workspace-server@1.19.14
2023-01-20 10:59:12 +00:00
..
src feat: add sncryptio-node package 2022-07-06 12:14:05 +02:00
.eslintignore feat: add sncryptio-node package 2022-07-06 12:14:05 +02:00
.eslintrc feat: add sncryptio-node package 2022-07-06 12:14:05 +02:00
CHANGELOG.md chore(release): publish new version 2023-01-20 10:59:12 +00:00
jest.config.js chore(deps): upgrade jest and ts-jest 2022-10-06 12:43:30 +02:00
linter.tsconfig.json feat: add sncryptio-node package 2022-07-06 12:14:05 +02:00
package.json chore(release): publish new version 2023-01-20 10:59:12 +00:00
README.md feat: add sncryptio-node package 2022-07-06 12:14:05 +02:00
tsconfig.json feat: add sncryptio-node package 2022-07-06 12:14:05 +02:00

SNCrypto for Node.js

lerna

Cryptographic primitives as a Node.js library -- used by server-side Standard Notes services, e.g. Files.

Installing

yarn add @standardnotes/sncrypto-node

Supported Algorithms

  • AES-GCM

Tests

yarn test