Skip to content

ryanshatch/Hash-Generator

Repository files navigation

Hash Generator

By: Ryanshatch

IntroductionUsageExampleDisclaimerLicense


© 2021 Ryan Hatch
All Rights Reserved.

Introduction

This script allows you to generate hashes for input text. It provides a command-line interface for input and displays the corresponding SHA-256 hash.

Usage

1. Run the script (HashGen.py) using the Python interpreter.
2. Follow the on-screen instructions:
- Enter the text you want to generate a SHA-256 hash for.
- The script will display the hash for the entered text.
- You can continue generating hashes for different inputs or exit the script.
- To exit the script, simply enter 'exit'.

Example

--- session 1 ---

. . . . . . ************** Enter the text:

output:

ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad

  1. clear clipboard
  2. copy output to clipboard
  3. Generate new hash
  4. Decode hash
  5. exit program

enter option: 4 Enter the hash to decode: ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad Enter the original text that was hashed: abc

Hash successfully decoded.

again? (y/n): n

press enter to exit.

Disclaimer

This script is provided for educational and demonstration purposes only. Use it responsibly and adhere to all applicable laws and regulations.

License

This software is the property of the copyright holder and is protected by copyright laws. All rights are reserved.
The copyright holder grants no implied or express license for the use, copying, modification, distribution, or reproduction of this software, in whole or in part, without the prior written permission of the copyright holder.
Any unauthorized use, copying, modification, distribution, or reproduction of this software, in whole or in part, is strictly prohibited and constitutes a violation of copyright law. Such unauthorized use may result in civil and/or criminal penalties, including but not limited to legal action and monetary damages.
To obtain permission for any use, copying, modification, distribution, or reproduction of this software, please contact the copyright holder at the following address:

zenksilva@gmail.com


By using this software, you acknowledge that you have read and understood the terms of this license and agree to comply with all applicable copyright laws. Failure to abide by the terms of this license may subject you to legal consequences.

About

Program designed to manage hash inputs, outputs, encryption and decryption.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors