2 Repos
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.
Dies ist eine plattformübergreifende JavaScript-Bibliothek und ein kryptografisches Hash-Tool zur Generierung von 128-Bit MD5-Message-Digests und Fingerabdrücken aus Strings oder Binärdaten. Sie bietet eine konsistente Implementierung zur Berechnung von Hash-Werten und hexadezimal kodierten Digests, um die Datenvalidierung zu erleichtern. Die Bibliothek enthält eine Implementierung von HMAC-MD5, die die Erstellung von keyed-hash message authentication codes ermöglicht, um sowohl die Authentizität als auch die Integrität einer Nachricht mithilfe eines geheimen Schlüssels zu verifizieren. Diese Funktionen unterstützen die Datenintegritätsprüfung und Nachrichtenauthentifizierung sowohl in clientseitigen Webbrowsern als auch in serverseitigen Node.js-Umgebungen.
Provides MD5 and HMAC-MD5 hashing logic for use in server-side Node.js environments.