Skip to content

vgladush/ft_ssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_ssl

This project includes 3 school 42 projects of Encryption and Security

Here you need to implement the behavior of the original openssl

In the first project (Cryptographic hashing algorithms) it is necessary to implement hash functions such as md5, sha256, etc.

few examples:

debug mode:

progress: complete

In the second project (symmetric encoding and encryption), you need to implement encryption functions such as base64, des, etc.

progress: underway

In the third project you need to implement command such as rsa, genrsa, etc.

progress: maybe in the near future