Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rbourgeat/ft_ssl_md5
You will recode part of the OpenSSL program, specifically the MD5 Hashing Algorithm.
https://github.com/rbourgeat/ft_ssl_md5
42born2code 42cursus 42paris 42projects 42school cryptography ssl
Last synced: 13 days ago
JSON representation
You will recode part of the OpenSSL program, specifically the MD5 Hashing Algorithm.
- Host: GitHub
- URL: https://github.com/rbourgeat/ft_ssl_md5
- Owner: rbourgeat
- Created: 2023-12-18T09:50:02.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-19T15:43:03.000Z (11 months ago)
- Last Synced: 2023-12-20T16:16:04.069Z (11 months ago)
- Topics: 42born2code, 42cursus, 42paris, 42projects, 42school, cryptography, ssl
- Language: C
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ft_ssl_md5
An introduction to cryptographic hashing algorithms## Mandatory
- [x] md5
- [x] sha256# Bonus
- [x] For your first bonus your program must be able to parse commands from STDIN the
same way that OpenSSL does.
- [x] sha224
- [x] sha384
- [x] sha512## Resources
- https://fr.wikipedia.org/wiki/MD5
- https://datatracker.ietf.org/doc/html/rfc1321.html
- https://fr.wikipedia.org/wiki/SHA-2
- https://datatracker.ietf.org/doc/html/rfc6234