Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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