17ccc27244a853114f4ed06c75c5e27338ffb6fd
nodehash
simplifies access to node hash functions. TypeScript Ready
Status
Usage
We recommend the use of TypeScript for best in class intellisense.
import * as nodehash from "nodehash";
let sha256 = new nodehash.sha256();
let myHashedString = sha256.fromString();
Description
Provides simplified access to Node.js hash functions, including SHA256 and MD5, with support for strings, streams, and files.
Languages
TypeScript
100%