1 个仓库
Practical implementations of cryptographic hashing algorithms for use in Node.js environments.
Distinct from Node.js Security Implementation: Distinct from Node.js Security Implementation as it provides the actual hashing library rather than educational resources.
Explore 1 awesome GitHub repository matching security & cryptography · Hashing Implementations. Refine with filters or upvote what's useful.
这是一个跨平台的 JavaScript 库和加密哈希工具,用于从字符串或二进制数据生成 128 位 MD5 消息摘要和指纹。它提供了一致的实现方式来计算哈希值和十六进制编码的摘要,以促进数据验证。 该库包含 HMAC-MD5 的实现,允许创建带密钥的哈希消息认证码,以使用密钥验证消息的真实性和完整性。 这些功能支持在客户端 Web 浏览器和服务器端 Node.js 环境中进行数据完整性验证和消息认证。
Provides MD5 and HMAC-MD5 hashing logic for use in server-side Node.js environments.