CS201 Course Project using C
In this project we have implemented two crytogrphic hash function - MD5 AND SHA 256
INPUT FORMAT :- Input can be any string of characters of any possible size.
OUTPUT :-
- SHA-256 - In case of SHA-256, a string 256 bits long will be generated which will be the unique hash value of the input string of arbitrary length.
- MD-5 - In case of MD-5, a string 128 bits long will be generated which will be the unique hash value of the input string of arbitrary length.
SOURCE CODE CAN BE COMPILED IN ANY C COMPILER.