https://github.com/andrea1141/hash-calculator
https://github.com/andrea1141/hash-calculator
encryption-algorithms hacktoberfest hacktoberfest2023
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrea1141/hash-calculator
- Owner: Andrea1141
- License: mit
- Created: 2021-10-02T12:45:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T10:40:25.000Z (8 months ago)
- Last Synced: 2024-10-21T14:39:45.540Z (8 months ago)
- Topics: encryption-algorithms, hacktoberfest, hacktoberfest2023
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.