Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seandadonntech/hashabit
https://github.com/seandadonntech/hashabit
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/seandadonntech/hashabit
- Owner: seandadonntech
- Created: 2024-02-09T00:54:22.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-06-30T17:18:22.000Z (5 months ago)
- Last Synced: 2024-07-03T23:21:50.685Z (5 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Hashabit
Hashabit is a simple Python script that allows you to generate SHA256 and SHA1 hashes for text input.
## Installation
1. Make sure you have Python installed on your system. You can download it from [python.org](https://www.python.org/downloads/).
2. Clone this repository to your local machine:
```
git clone https://github.com/seandadonntech/hashabit.git
```3. Navigate to the project directory:
```
cd/hashabit
```4. Run the script:
```
python hashabit.py
```## Usage
1. Run the script by executing the command mentioned in the installation section.
2. You will be prompted with a menu:
```
Welcome to hashabit. Enter 1 for SHA256, 2 for SHA1, 3 for help
```3. Enter the corresponding option number to select the hash function you want to use:
- Enter `1` for SHA256
- Enter `2` for SHA1
- Enter `3` for help4. Follow the instructions to enter the text you want to convert to a hash.
5. The script will output the text and its corresponding hash.
## Contributing
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.