First project of the cryptography branch at school 42
The goal is to copy the library openssl. There is three steps for this project :
- The first one is to do the dgst part (md5 and sha256)
- The second one will be to handle the DES part
- The last one is to redo the RSA part.
Techno : C
Programming method : CI, TDD, reverse engineering