2 dépôts
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.
This is a cross-platform JavaScript library and cryptographic hash tool used for generating 128-bit MD5 message digests and fingerprints from strings or binary data. It provides a consistent implementation for computing hash values and hexadecimal-encoded digests to facilitate data validation. The library includes an implementation of HMAC-MD5, allowing for the creation of keyed-hash message authentication codes to verify both the authenticity and integrity of a message using a secret key. These capabilities support data integrity verification and message authentication across both client-si
Provides MD5 and HMAC-MD5 hashing logic for use in server-side Node.js environments.