Skip to content

My implementation of the (now obsolete) SHA-1 algorithm, based on Wikipedia's pseudocode.

Notifications You must be signed in to change notification settings

TimLeach635/sha1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

SHA-1

It's everybody's favourite NSA-approved hashing algorithm, now implemented for the (hundred-and-) first time in python!

How to use

python sha1.py
or, if you prefer, load it into your favourite IDE and run it from there!

Possible extensions

Currently, this program only hashes strings, not actual files. So if I were to continue working on this, that's what I'd do.

About

My implementation of the (now obsolete) SHA-1 algorithm, based on Wikipedia's pseudocode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages