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 库和加密哈希工具,用于从字符串或二进制数据生成 128 位 MD5 消息摘要和指纹。它提供了一致的实现方式来计算哈希值和十六进制编码的摘要,以促进数据验证。 该库包含 HMAC-MD5 的实现,允许创建带密钥的哈希消息认证码,以使用密钥验证消息的真实性和完整性。 这些功能支持在客户端 Web 浏览器和服务器端 Node.js 环境中进行数据完整性验证和消息认证。
Provides MD5 and HMAC-MD5 hashing logic for use in server-side Node.js environments.