2 repository-uri
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.
Aceasta este o bibliotecă de hashing a parolelor bcrypt și un modul de criptografie pentru Node.js. Oferă un set de instrumente pentru generarea de săruri (salts) securizate, calcularea hash-urilor puternice din punct de vedere criptografic și verificarea parolelor pentru a proteja credențialele utilizatorilor împotriva accesului neautorizat. Biblioteca implementează hashing adaptiv, utilizând un factor de cost configurabil pentru a crește efortul computațional necesar pentru a sparge parolele prin forță brută. Include un instrument de verificare a parolelor care protejează procesul de comparare împotriva atacurilor de tip timing. Proiectul acoperă hashing-ul securizat al parolelor și generarea de săruri, precum și utilitare pentru extragerea costului hash-ului și verificarea parolelor. Aceste capabilități susțin stocarea securizată a parolelor și fluxurile de lucru de autentificare a utilizatorilor.
Integrates C++ cryptographic primitives into the Node.js environment for strong password hashing.