Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 723 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 723 Bytes


The FT-SSL Project

A series of projects of 42, where we have to re-code some part of OpenSSL.


Description

Ft-ssl is composed of 3 different projects:

  • ft-ssl-md5
  • ft-ssl-des
  • ft-ssl-rsa

For now only ft-ssl-md5 is finished.

Ft-ssl-des is in progress, you can find it here. For now, I'm redoing the parsing to adapt it with PBKDF2 and EVP-BytesToKey.

Ft-ssl-md5

For md5, we had to re-encode hash algorithms. Two algorithms are mandatory md5 and sha256.