Console application for SHA 256 algorithm.
Via npm
npm install -g sha256-animationOr run the package direcly through npx
npx sha256-animation <MESSAGE>git clone https://github.com/scott-dlai/sha256-animation.git
cd sha256-animation
npm install && npm run buildsha256-animation <MESSAGE>sha256-animation --no-animation <MESSAGE>sha256-animation --set-speed <fast | slow> <MESSAGE>This project is greatly inspired by in3rsha's project