mogigoma / sha

Utility to calculate SHA-1 and SHA-2 sums, only for learning purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is an old project of mine that I wrote to learn more about C and SHA.

To compile the program:

	$ make

To run the program, and get help:

	$ ./sha

To run the test suite:

	$ ./testify -a

About

Utility to calculate SHA-1 and SHA-2 sums, only for learning purposes.


Languages

Language:C 92.2%Language:Makefile 4.7%Language:C++ 3.1%