Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 349 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 349 Bytes

ft_ssl

The goal is to recreate a minimalist version of openssl with various message digest or cipher commands :

./ft_ssl
Standard commands:

Message Digest commands:
md5
sha256

Message Digest Flags:
-p -q -r -s

Cipher commands:
base64
des
des-ecb
des-cbc

As of writing theses lines DES and DES variantes have not been implemented