@arex21/cryptotools
v1.1.5
Published
A hashing tool supporting **52 Hashing Algorithms** , able to digest both text and file easily
Downloads
44
Readme
CryptoTools
A hashing tool supporting 52 Hashing Algorithms , able to digest both text and file easily
Installation
npm i -g @arex21/cryptotools
Usage
To digest text
digest <algorithm> <text>
To digest file
digest <algorithm> <file_path>
To get information
cryptotools
Example
To digest a string using SHA256
digest sha256 "Hello World"