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
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
Built Distribution
File details
Details for the file EnCrypt64-0.0.1.tar.gz
.
File metadata
- Download URL: EnCrypt64-0.0.1.tar.gz
- Upload date:
- Size: 39.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7dfcc46e5b2ef74682e45bebda7d3218f23fd18048c64c06c7ed120ab607320 |
|
MD5 | b72738c7c420549f1e49a2c330c373f8 |
|
BLAKE2b-256 | 2fe87e276747c8cc32cec6124f2c2d1a85224e8a5a2fc54e4c35b8e19fef1127 |
File details
Details for the file EnCrypt64-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: EnCrypt64-0.0.1-py3-none-any.whl
- Upload date:
- Size: 27.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca8ae7f05a101525fdeb04bc8883f7d3228c7c24ae44aabe35b8d86887e5fb38 |
|
MD5 | e2ba2d32e0740344731678e5e50710ca |
|
BLAKE2b-256 | 512e1293bcfe89d94471608d597033ead4b7b56359231232d2ad5ab1422d48e1 |