2 مستودعات
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.
هذه مكتبة JavaScript وأداة تشفير عبر المنصات تُستخدم لتوليد بصمات MD5 (128-بت) من النصوص أو البيانات الثنائية. توفر تنفيذاً متسقاً لحساب قيم التجزئة والبصمات المشفرة بنظام ست عشري لتسهيل التحقق من صحة البيانات. تتضمن المكتبة تنفيذاً لـ HMAC-MD5، مما يسمح بإنشاء رموز مصادقة الرسائل المعتمدة على مفتاح للتحقق من صحة وسلامة الرسالة باستخدام مفتاح سري. تدعم هذه القدرات التحقق من سلامة البيانات ومصادقة الرسائل عبر متصفحات الويب (جانب العميل) وبيئات Node.js (جانب الخادم).
Provides MD5 and HMAC-MD5 hashing logic for use in server-side Node.js environments.