https://github.com/subatomicplanets/simplepythonsha256
A simple implementation of the SHA-256 hashing algorithm in python
https://github.com/subatomicplanets/simplepythonsha256
Last synced: 12 months ago
JSON representation
A simple implementation of the SHA-256 hashing algorithm in python
- Host: GitHub
- URL: https://github.com/subatomicplanets/simplepythonsha256
- Owner: SubatomicPlanets
- Created: 2024-12-16T14:23:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T14:30:00.000Z (over 1 year ago)
- Last Synced: 2024-12-16T15:41:14.937Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimplePythonSHA256
A simple implementation of the SHA-256 hashing algorithm in Python.
This is a simple implementation that is not optimized at all. If you would like better performance, you can try hashlib.sha256 or other alternatives.
This was a simple one-day practice project and was not tested a lot. If you would like to understand SHA-256 better or look at a simple implementation, then this is for you.