@toolsnap/hash-utils
v1.0.0
Published
MD5 and SHA256 hash utilities
Downloads
27
Readme
@toolsnap/hash-utils
Simple MD5 and SHA hash utilities for Node.js.
Usage
const { md5, sha256, sha512 } = require('@toolsnap/hash-utils');
console.log(md5('hello')); // 5d41402abc4b2a76b9719d911017c592
console.log(sha256('hello')); // 2cf24dba5fb0a30e...🔗 Check out more developer tools at risetop.top
