1.1.5 • Published 2 years ago
@arex21/cryptotools v1.1.5
CryptoTools
A hashing tool supporting 52 Hashing Algorithms , able to digest both text and file easily
Installation
npm i -g @arex21/cryptotoolsUsage
To digest text
digest <algorithm> <text>To digest file
digest <algorithm> <file_path>To get information
cryptotoolsExample
To digest a string using SHA256
digest sha256 "Hello World"