@gmjs/crypto
v0.0.2
Published
Some crpyto utilities.
Readme
Crypto Utilities
Some crypto helper functions.
Install
npm install --save @gmjs/cryptoFunctions
hashMd5Hex(data: string | Buffer): string- Description - Hashes a
stringorBufferusing MD5 algorithm, and outputs the result as a hex string.
- Description - Hashes a
