Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

decrypt256-1.0.1-py3-none-any.whl (10.3 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page