https://github.com/devqueue/encryption-hash-generator
This is a password encryption generator meaning it encrypts whatever password or input you want to encrypt
https://github.com/devqueue/encryption-hash-generator
Last synced: about 1 year ago
JSON representation
This is a password encryption generator meaning it encrypts whatever password or input you want to encrypt
- Host: GitHub
- URL: https://github.com/devqueue/encryption-hash-generator
- Owner: devqueue
- License: apache-2.0
- Created: 2020-10-28T15:41:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-28T15:48:41.000Z (over 5 years ago)
- Last Synced: 2024-10-12T00:30:47.111Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Encryption hash generator
Depedencies:-
* PyQt5
* pyperclip
ABOUT :question:
----

This is a password encryption generator meaning it encrypts whatever password or input you want to encrypt and makes it really hard for anyone to decrypt if your
input is strong enough.
This has 5 encrption methods:-
* Sha-1
* Sha-256
* Sha-224
* Sha-512
* md5
It also has an option to "hexify" your final password.
After setting it up just click Generate Button and it will generate a password for you.
You can copy it to your clipboard. If you want to hide or show the password click on the Eye Close Icon to toggle it.
-----