An open API service indexing awesome lists of open source software.

https://github.com/andrea1141/hash-calculator


https://github.com/andrea1141/hash-calculator

encryption-algorithms hacktoberfest hacktoberfest2023

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

        

# hash-calculator

This Python tool consists in a simple graphical user interface (GUI) application using the Tkinter library for calculating hash values of input strings. The application allows you to choose from various hashing algorithms (such as blake2b, md5, sha256, etc.), input a string, and generate the corresponding hash value. The tool includes features like auto-update, an option to copy the hash to the clipboard, and an exit confirmation dialog.