Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 353 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 353 Bytes

ft_ssl

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