Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmarman/sha256algorithm
Sha256 Algorithm Explained
https://github.com/dmarman/sha256algorithm
Last synced: 4 days ago
JSON representation
Sha256 Algorithm Explained
- Host: GitHub
- URL: https://github.com/dmarman/sha256algorithm
- Owner: dmarman
- Created: 2022-02-03T16:15:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T19:18:29.000Z (over 2 years ago)
- Last Synced: 2024-08-02T17:31:42.270Z (3 months ago)
- Language: JavaScript
- Size: 685 KB
- Stars: 1,511
- Watchers: 10
- Forks: 87
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![This is an image](./public/sha256.png)
# Sha256algorithm
Sha256 algorithm explained online step by step visually [sha256algorithm.com](https://sha256algorithm.com/)
This website will help you understand how a sha256 hash is calculated from start to finish.I hope this will be helpful for students learning about hash functions and sha256.
The code it's quite messy and probably there are some parts that don't follow the react way.
Ask me anything at [@manceraio](https://twitter.com/manceraio)
## Install
I built this using create-react-app. If you want to play with it, just install javascript dependencies:
`npm install`
and start local server:
`npm start`