2 repositorios
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.
Esta es una biblioteca de hashing de contraseñas bcrypt y módulo de criptografía para Node.js. Proporciona un conjunto de herramientas para generar sales seguras, calcular hashes criptográficamente fuertes y verificar contraseñas para proteger las credenciales de los usuarios contra el acceso no autorizado. La biblioteca implementa hashing adaptativo, utilizando un factor de costo configurable para aumentar el esfuerzo computacional requerido para forzar contraseñas por fuerza bruta. Incluye una herramienta de verificación de contraseñas que protege el proceso de comparación contra ataques de temporización. El proyecto cubre el hashing seguro de contraseñas y la generación de sales, así como utilidades para la extracción de costos de hash y la verificación de contraseñas. Estas capacidades respaldan los flujos de trabajo de almacenamiento seguro de contraseñas y autenticación de usuarios.
Integrates C++ cryptographic primitives into the Node.js environment for strong password hashing.