Skip to content
/ ft_ssl Public

Recoding some famous hash functions from the OpenSSL project

Notifications You must be signed in to change notification settings

ljoly/ft_ssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_ssl

Overview

The goal of this project is to recode part of the OpenSSL program, specifically the cryptographic hash functions MD5, SHA-224, SHA-256, SHA-384 and SHA-512

Usage

ft_ssl [md5|sha224|sha256|sha384|sha512] [-pqr] [-s string] [files ...]

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

Recoding some famous hash functions from the OpenSSL project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published