Skip to content

hhaakkimm/ft_ssl_md5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_ssl_md5

recreating md5, sha256 and sha 224 algorithms

Project

FT_SSL_MD5 is a 42 Project that mimics libc ls function

  • Basic functions:
  1. md5, sha256
  • Flags:
  1. -s, -q, -r -p
  • Bonus:
  1. sha224

Sources

Installation

$> make
$> ./ft_ssl {hash_function} {flag} {file}
$> works with stdin too:
$> 1)./ft_ssl {hash_function} 
$> 2) Hit Enter, enter text, ctrl + d to output