1.0.3 • Published 4 years ago

sha256-animation v1.0.3

Weekly downloads
8
License
ISC
Repository
github
Last release
4 years ago

Animation of SHA 256 algorithms

Console application for SHA 256 algorithm.

Installation

Via npm

npm install -g sha256-animation

Or 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 build

Usage

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

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago