0.0.2 • Published 3 years ago
@gmjs/crypto v0.0.2
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