Skip to content

A C99 implementation of openssl which currently include the MD5 and SHA256 hash algorithms.

Notifications You must be signed in to change notification settings

smonroe4242/ft_ssl_md5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_ssl_md5

My implementation of OpenSSL in C99 standard within the Norminette code style guidelines for 42 Silicon Valley.

  • Run make to compile ft_ssl executable
  • ./ft_ssl ( md5 | sha256 ) [-p to read from stdin] [-qr quiete/reverse output] [-s "string to be hashed"] (filenames ...)
  • Flag handling using personal implementation of getopt, handles identical to openssl executable sans some quips I had with the -p and -s mechanics therein

About

A C99 implementation of openssl which currently include the MD5 and SHA256 hash algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published