Skip to content
/ Hash-Py Public

Hash-Py is a simple python script to convert your string to various Hashes

Notifications You must be signed in to change notification settings

iTryZz/Hash-Py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Hash-Py

Hash-Py is a simple python script to convert your string to various Hashes

Usage:

~ Add your custom string in the Hash-Py.py file as shown below, and run the script by typing python3 Hash-Py.py

How do I add my own string?

~ To add your own string, you need to open the Hash-Py.py file in any text editor, and edit the GLOBAL_CRYPT_STRING variable.

IMPORTANT:

Only change the string inbetween the double qoutes (""), otherwise the script will throw an error.

Modules used:

hashlib colorama time

If any of the modules give you an error, install them by typing pip3 install {module name}

About

Hash-Py is a simple python script to convert your string to various Hashes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages