Skip to content

daftylooper/SHA256-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

SHA256-Implementation

A program that implements the SHA256 algorithm and generates the binary+hexdigest of a string input from cli!

Usage

Compile and create an executable

g++ sha256.cpp -o sha256

Run the code!

./sha256 "<your string>" OR ./sha256 <your string>

todo

  • Implement Barebones SHA256 algorithm - DONE
  • Make it compatible for any finite length of string - DONE
  • Add Time Attack Protection - ONGOING

About

A program that implements the SHA256 algorithm and generates the binary+hexdigest of a string input.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages