Skip to content

Blue-coder89/Implementation-of-MD5-and-SHA256-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Implementation-of-MD5-and-SHA256-algorithm

CS201 Course Project using C

Cs201_project

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 :-

  1. 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.
  2. 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.

About

CS201 Course Project using C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages