From eb0499d7291f80278ce9c056fb7f3ca1e0785952 Mon Sep 17 00:00:00 2001 From: Dim K Date: Fri, 2 Sep 2022 14:58:21 +0000 Subject: [PATCH 1/2] Update README.md Added @deliberative/crypto npm package. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 842ecb8..a0b8bf5 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,7 @@ A curated list of cryptography resources and links. - [cryptico](https://github.com/wwwtyro/cryptico) - Easy-to-use encryption system utilizing RSA and AES for JavaScript. - [crypto-js](https://github.com/brix/crypto-js) - JavaScript library of crypto standards. - [cryptojs](https://github.com/gwjjeff/cryptojs) - Provide standard and secure cryptographic algorithms for Node.js. +- [@deliberative/crypto](https://github.com/deliberative/crypto) - Typescript/WebAssembly library for public key cryptography, secret boxes, Shamir secret sharing and random shuffling. Runs on Nodejs, ESM, CommonJS and the browser. - [forge](https://github.com/digitalbazaar/forge) - Native implementation of TLS in JavaScript and tools to write crypto-based and network-heavy webapps. - [IronNode](https://docs.ironcorelabs.com/ironnode-sdk/overview) - Transform encryption library, a variant of proxy re-encryption, for encrypting to users or groups, and easily adding strong data controls to Node.js apps. - [IronWeb](https://docs.ironcorelabs.com/ironweb-sdk/overview) - Transform encryption library, a variant of proxy re-encryption, for easily managing end-to-end encryption securely in the browser. From 9948eecbb15aac488130d28cf6e2593c354842e6 Mon Sep 17 00:00:00 2001 From: Dim K Date: Sat, 3 Sep 2022 07:21:07 +0000 Subject: [PATCH 2/2] Update README.md yarn test runs with no errors now --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0b8bf5..850ac14 100644 --- a/README.md +++ b/README.md @@ -262,6 +262,7 @@ A curated list of cryptography resources and links. ### JavaScript +- [@deliberative/crypto](https://github.com/deliberative/crypto) - Typescript/WebAssembly library for Ed25519 public key cryptography, AEAD secret boxes, Shamir secret sharing and random shuffling. Runs on Nodejs, ESM, CommonJS and the browser. - [asmCrypto](https://github.com/vibornoff/asmcrypto.js/) - JavaScript implementation of popular cryptographic utilities with performance in mind. - [bcrypt-Node.js](https://github.com/shaneGirish/bcrypt-Node.js) - Native implementation of bcrypt for Node.js. - [cifre](https://github.com/openpeer/cifre) - Fast crypto toolkit for modern client-side JavaScript. @@ -269,7 +270,6 @@ A curated list of cryptography resources and links. - [cryptico](https://github.com/wwwtyro/cryptico) - Easy-to-use encryption system utilizing RSA and AES for JavaScript. - [crypto-js](https://github.com/brix/crypto-js) - JavaScript library of crypto standards. - [cryptojs](https://github.com/gwjjeff/cryptojs) - Provide standard and secure cryptographic algorithms for Node.js. -- [@deliberative/crypto](https://github.com/deliberative/crypto) - Typescript/WebAssembly library for public key cryptography, secret boxes, Shamir secret sharing and random shuffling. Runs on Nodejs, ESM, CommonJS and the browser. - [forge](https://github.com/digitalbazaar/forge) - Native implementation of TLS in JavaScript and tools to write crypto-based and network-heavy webapps. - [IronNode](https://docs.ironcorelabs.com/ironnode-sdk/overview) - Transform encryption library, a variant of proxy re-encryption, for encrypting to users or groups, and easily adding strong data controls to Node.js apps. - [IronWeb](https://docs.ironcorelabs.com/ironweb-sdk/overview) - Transform encryption library, a variant of proxy re-encryption, for easily managing end-to-end encryption securely in the browser.