Skip to content

recreation of md5, SHA family hashing algorithms according to original papers. (terminal application)

Notifications You must be signed in to change notification settings

katolikyan/Hash-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_ssl

A reproduction of openssl hashing algorithms

Usage

$> make
$> ./ft_ssl <hash_algorithm> <flags> <arguments>

Only tested on OS X.

Available hashing algorithms:

  • SHA1
  • SHA256
  • SHA224
  • SHA512
  • MD5

Avaliable flags:

  • -p echo STDIN to STDOUT and append the checksum to STDOUT
  • -q quiet mode
  • -r reverse the format of the output
  • -s print the sum of the given string

About

recreation of md5, SHA family hashing algorithms according to original papers. (terminal application)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published