A sha-256 decryptor
Project description
Decrypt256
Decrypts SHA-256.
How to download
To download it do:
pip install decrypt256
How to use it
To include the python file use:
from decrypt256 import decrypt256
And to use it do:
from decrypt256 import decrypt256
hash = input("Enter a hash: ")
value_hash = decrypt256(hash)
if value_hash != None:
print("The value of that hash is: " + vhash)
else:
print("Hash invalid or not found")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
decrypt256-0.0.1-py3-none-any.whl
(10.3 MB
view hashes)
Close
Hashes for decrypt256-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b4ee214ab72654ddc94490fc5347c8b0f5d7ef694226272714873f2ce8109bd |
|
MD5 | 38197b8d3dae7664b6f209d235f1fc2b |
|
BLAKE2b-256 | 0097793d0acf9646cf6030a4c2b1d8750beed75b946a70f4add1b361ccb707e4 |