A python application that allows you to use hashes easily with hashlib.
To use this program you will require python
3.9 or higher
Install with git
$ git clone https://github.com/tilas0/hashtools.git
$ cd hashtools
$ python3 main.py
- Supports multiple hashing methods (MD5, SHA256, SHA1)
- Cross-platform support
- Simple CLI
- Various different hash functions
- Command-line arguments
- Folder support
Licensed under the MIT License