Hashing using Python

prequisites:

No external dependencies as it relies on hashlib a standard package ships with Python
  • Relies on hashlib library
  • Uses Tkinter for gui

Source Code:

Getting source code from GitHub

Hasher.py

Further Advancements:

  • Adding ability to hash files by opening the content and hashing content(file support)
  • Files are now supported
  • Further optimizations in code