Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 353 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 353 Bytes

simple-hashing

Simple python script that allows a user to enter a string and hash it using 4 SHA hashing functions (sha224, sha256, sha384, sha512).

Makes use of the tkinter and hashlib libraries included in the Python Standard Libraries.

It was hastily cooked up so it's not particularly fancy - just made to help reinforce my knowledge of Python.