standardnotes-server/packages/sncrypto-node
2022-07-12 20:31:45 +02: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 2022-07-06 10:15:46 +00:00
jest.config.js feat: add sncryptio-node package 2022-07-06 12:14:05 +02:00
linter.tsconfig.json feat: add sncryptio-node package 2022-07-06 12:14:05 +02:00
package.json chore(dep): upgrade jest libraries 2022-07-12 20:31:45 +02: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