2 repository-uri
Educational resources for applying cryptographic hashing, encryption, and secure cookie signing in Node.js.
Distinct from Node.js Security Auditing: Candidates are too narrow (auditing) or unrelated (DOM implementations, gaming frameworks).
Explore 2 awesome GitHub repositories matching security & cryptography · Node.js Security Implementation. Refine with filters or upvote what's useful.
This project is a learning guide and collection of study notes designed to teach Node.js backend development. It provides a comprehensive core API reference and practical demonstrations for implementing server-side logic, network programming, and system APIs. The guide specifically covers advanced technical domains including process management for scaling applications via clusters and child processes, as well as network programming for building TCP, UDP, and HTTP services. It also includes detailed instructional material on security implementation, focusing on cryptographic hashing and encryp
Covers the implementation of cryptographic hashing, symmetric/asymmetric encryption, and secure cookie signing.
Aceasta este o bibliotecă JavaScript cross-platform și un instrument de hashing criptografic utilizat pentru generarea de mesaje digest MD5 pe 128 de biți și amprente digitale din șiruri de caractere sau date binare. Oferă o implementare consistentă pentru calcularea valorilor hash și a digest-urilor codificate hexazecimal pentru a facilita validarea datelor. Biblioteca include o implementare HMAC-MD5, permițând crearea de coduri de autentificare a mesajelor cu cheie pentru a verifica atât autenticitatea, cât și integritatea unui mesaj folosind o cheie secretă. Aceste capabilități susțin verificarea integrității datelor și autentificarea mesajelor atât în browserele web client-side, cât și în mediile server-side Node.js.
Provides MD5 and HMAC-MD5 hashing logic for use in server-side Node.js environments.