项目作者: vgladush
项目描述 :
implementation of openssl
高级语言: C
项目地址: git://github.com/vgladush/ft_ssl.git
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
