2 रिपॉजिटरी
Libraries that leverage native Node.js crypto modules for low-level cryptographic operations.
Distinguishing note: None of the candidates cover the specific integration of the Node.js native crypto module for signature operations.
Explore 2 awesome GitHub repositories matching security & cryptography · Node.js Cryptography Integrations. Refine with filters or upvote what's useful.
This project is a Node.js library for implementing and managing JSON Web Tokens. It functions as a cryptographic token manager and authentication tool used to sign, verify, and decode tokens to securely transmit claims between parties. The library supports both symmetric and asymmetric signing algorithms, including HMAC and RSA. It enables the creation of digitally signed tokens using secrets or private keys, and provides mechanisms to validate token signatures and verify embedded claims such as expiration and issuer. The tool covers a range of identity and access capabilities, including sta
Relies on the native Node.js crypto library for low-level hashing and digital signature operations.
This is a bcrypt password hashing library and cryptography module for Node.js. It provides a toolset for generating secure salts, computing cryptographically strong hashes, and verifying passwords to protect user credentials from unauthorized access. The library implements adaptive hashing, utilizing a configurable cost factor to increase the computational effort required to brute-force passwords. It includes a password verification tool that protects the comparison process from timing attacks. The project covers secure password hashing and salt generation, as well as utilities for hash cost
Integrates C++ cryptographic primitives into the Node.js environment for strong password hashing.