Fast and dependency-free cryptographic hashing library for node.js and browsers (supports MD5, SHA1, SHA256, SHA512, RIPEMD, HMAC)
-
Updated
May 30, 2022 - JavaScript
Fast and dependency-free cryptographic hashing library for node.js and browsers (supports MD5, SHA1, SHA256, SHA512, RIPEMD, HMAC)
Set of tools for some crypto- and data- conversions based on JavaScript 🔐
A package to perform SHA hash functions over key-value objects that works both in Node.js and native JS. It also can be used with typescript projects. It provides a single method `digest()` that first creates an array of the object values ordered by the object keys (order in JS objects is not guaranteed); then, it JSON.stringify it; and finally …
Add a description, image, and links to the sha2 topic page so that developers can more easily learn about it.
To associate your repository with the sha2 topic, visit your repo's landing page and select "manage topics."