From d4e00ee07074742adf2837fabc8138998e7d3181 Mon Sep 17 00:00:00 2001 From: Aman Date: Tue, 15 Jul 2025 21:45:23 +0530 Subject: [PATCH] Added dJWT to JS frameworks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8793a6..5d7e7e9 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,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. +- [dJWT](https://github.com/amany9000/djwt) - A general purpose JWT implementation with a Pluggable Digital Signature feature. This allows users to generate JWTs with with any signature schemes: current & future standards, post-quantum, experimental etc. - [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.