ljoly / ft_ssl

Recoding some famous hash functions from the OpenSSL project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 97.7%Language:Makefile 2.3%