Skip to content

scottdlai/sha256-animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Console application to visualize how SHA 256 algorithm works

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors