Skip to content

mikastiv/ft_ssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_ssl

a reimplemetation project of part of the OpenSSL program

Features

Standard

  • GenRsa
  • Rsa
  • RsaUtl

Hashing

  • MD5
  • SHA256
  • SHA224
  • SHA512
  • SHA384
  • WHIRLPOOL

Cipher

  • Base64
  • DES
  • Triple DES
With different block cipher modes:
  • Electronic Codebook (ECB)
  • Cipher block chaining (CBC)
  • Propagating cipher block chaining (PCBC)
  • Cipher feedback (CFB)
  • Output feedback (OFB)

About

OpenSSL partial reimplementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages