Skip to content

reimplementation of md5 and sha256 hashing algorithms

Notifications You must be signed in to change notification settings

fractalfox01/ft_ssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_ssl

reimplementation of md5 and sha256 hashing algorithms <<<<<<< HEAD with flags -p -r -q -s

3 example/resource implementations included in example file

Basic Use:

>$ ./ft_ssl
usage: ft_ssl command [command opts] [command args]

>$ ./ft_ssl md5 filename.txt
"plaintext of filename.txt"
[md5 hash of message]

>$ cat filename | ./ft_ssl -p md5
"plaintext of filename.txt"
[md5 hash of message]

=======

my_github_ft_ssl/master

About

reimplementation of md5 and sha256 hashing algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published