https://github.com/rhinodevel/mtsha1
Create SHA1 hashes from files. Written in C. Includes sample code (see main.c).
https://github.com/rhinodevel/mtsha1
hash-algorithm sha1
Last synced: 6 months ago
JSON representation
Create SHA1 hashes from files. Written in C. Includes sample code (see main.c).
- Host: GitHub
- URL: https://github.com/rhinodevel/mtsha1
- Owner: RhinoDevel
- License: isc
- Created: 2016-03-19T13:59:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-26T15:45:12.000Z (almost 9 years ago)
- Last Synced: 2025-03-13T01:42:24.312Z (12 months ago)
- Topics: hash-algorithm, sha1
- Language: C
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MtSha1
Create SHA1 hashes from files. Written in C.
Includes sample code (see main.c).
# License
See the [LICENSE](https://github.com/RhinoDevel/MtSha1/blob/master/LICENSE.md) file for license rights and limitations (ISC).