Hey there – I’m Jean-Baptiste, just another developer doing weird things with code. All my projects live on jterrazz.com – complete with backstories and lessons learned. Feel free to poke around – you might just find something useful!
Custom C implementation of the OpenSSL Library, with the md5 and sha256 functions. Since both functions are relatively similar, most of the internal functions are created for a general usage.
Creates an executable ft_ssl.
Access the repository story here
make
make clean # Clean temporary built files
make fclean # Clean all built filesusage: ft_ssl command [command opts]
# command: md5, sha1, sha224, sha256, sha512, sha384
# command opts:
# -p: echo STDIN to STDOUT and append the checksum to STDOUT
# -q: quiet mode
# -r: reverse the format of the output.
# -s <string>: print the sum of the given stringsh test/test.sh