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.decrypt256(hash)
if value_hash != None:
print("The value of that hash is: " + value_hash)
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 Distribution
decrypt256-1.0.1.tar.gz
(10.3 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file decrypt256-1.0.1.tar.gz.
File metadata
- Download URL: decrypt256-1.0.1.tar.gz
- Upload date:
- Size: 10.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.19.4 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f6e51e019c0f6ff3bed462b6ca04fd1209d77af216b698d470f95fe9798e3a0
|
|
| MD5 |
2ff736870be1650763ad5d5b183d4663
|
|
| BLAKE2b-256 |
37dde11f1f9fddd0984e731b06c6ae017aa92430646e146b630fc8d93a0fd584
|
File details
Details for the file decrypt256-1.0.1-py3-none-any.whl.
File metadata
- Download URL: decrypt256-1.0.1-py3-none-any.whl
- Upload date:
- Size: 10.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.19.4 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cad45e0950c8b627cd6b858b3f707b9033c9d558ba8a294e7241885502b74782
|
|
| MD5 |
ab1c04a02b1ca5744c230e373f3fd1b4
|
|
| BLAKE2b-256 |
1f260df23033fd9cb3fc6fb2b64adce2e8bbe216b08dfb1af40a352c17f6d48a
|