Skip to content

Gajdascz/reportPySHA256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reportPySHA256

A personal implementation of the SHA256 algorithm in Python that creates a dynamic report for each input message that is hashed.

I created this purely for the fun of the challenge, to learn, and to continue expanding my knowledge of programming with mathematics.

As-is, this program should not be used for any real security application and needs additional testing, verification and polishing.

Core Material Used In Creating This Program: CSRC NIST Digest Length = 256 Example - https://bit.ly/3AyNUW1 CSRC NIST FIPS 18-4 - https://bit.ly/3TpA4xP https://sha256algorithm.com/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages