https://github.com/iomonad/toy_hashs
Home-made implementation of the MD5 and SHA-suite hashing algorithms.
https://github.com/iomonad/toy_hashs
algorithms hash md5 sha-256 ssl
Last synced: 8 months ago
JSON representation
Home-made implementation of the MD5 and SHA-suite hashing algorithms.
- Host: GitHub
- URL: https://github.com/iomonad/toy_hashs
- Owner: iomonad
- License: wtfpl
- Created: 2019-04-03T09:07:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-31T14:00:44.000Z (almost 6 years ago)
- Last Synced: 2025-02-23T12:33:18.140Z (8 months ago)
- Topics: algorithms, hash, md5, sha-256, ssl
- Language: C
- Homepage:
- Size: 4.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# toys_hash
:key: Introduction of hashing algorithms implementations. This project aims to recode part of the OpenSSL program, specifically the MD5 and SHA-256 hashing algorithms.