1.0.3 • Published 5 years ago
sha256-animation v1.0.3
Animation of SHA 256 algorithms
Console application for SHA 256 algorithm.
Installation
Via npm
npm install -g sha256-animationOr run the package direcly through npx
npx sha256-animation <MESSAGE>Via source
git clone https://github.com/scott-dlai/sha256-animation.git
cd sha256-animation
npm install && npm run buildUsage
sha256-animation <MESSAGE>Without animation
sha256-animation --no-animation <MESSAGE>Set the speed of animation
sha256-animation --set-speed <fast | slow> <MESSAGE>Acknowledgement
This project is greatly inspired by in3rsha's project