Skip to main content

A Encrypting and Decrypting Package

Project description

EnCrypt64

    Cryptography Features.
    Stores encryption in two ways. One is written to a file and the other is returned.

Usage:

    import encrypt64
    encrypted_string = encrypt.MAXIMUM_ENCRYPT(string_to_be_encrypted, filename) # filename for saved file
    print(encrypted_string)

OUTPUT:
something like:
b'gAAAAABjFi_ctHNov4f8anfqh-aYGDqvB92Hm5WG1ujEI0YpVj3AEkwbJbvAh75z8md4E4JTfiVJ47vgNzcLEqadwFvJHluaZlpIUM-sSvwEQSVwLBGtoQ0='

    decrypted_string = encrypt.MAXIMUM_DECRYPT(byte_string_to_be_decrypted, same_filename) # filename for saved file
    print(decrypted_string)

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

EnCrypt64-0.0.1.tar.gz (39.3 kB view hashes)

Uploaded Source

Built Distribution

EnCrypt64-0.0.1-py3-none-any.whl (27.4 kB 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