Encrypt your crucial data into Image file
Project description
PiEncrypt
pip install piencrypt
Encrypt your crucial data into Image file.
Minimal app
from piencrypt import pie
r = pie.PiEncrypt('pic.png')
r.get_data()
r.hide_data("Hello my name is Sid")
read = r.read_data()
r.revert()
print(read)
Step 1
Initialize and create a backup of the picture as bytes
r = pie.PiEncrypt('pic.png')
r.get_data()
pic.jpg should be replaced by your picture name
Step 2
Hide the disired data into the picture
r.hide_data("Hello my name is Sid")
Step 3
Read the hidden data from the picture
read = r.read_data()
print(read)
Step 4
Revert the picture from the backup file
r.revert()
https://pypi.org/project/piencrypt/
Repeat !
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
piencrypt-0.6.8.5.tar.gz
(14.6 kB
view details)
Built Distribution
File details
Details for the file piencrypt-0.6.8.5.tar.gz
.
File metadata
- Download URL: piencrypt-0.6.8.5.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a995e11e1aeb087ad82e95b1fe96aec7ed5060b3504df680096df13743a3d1cd |
|
MD5 | 8a0c0bf1130a674ced9d1ecf11691587 |
|
BLAKE2b-256 | 0cbb45444c2ab8400d00a5c9d376236e3872d1935be41e816e8b46d9d1ae8701 |
File details
Details for the file piencrypt-0.6.8.5-py3-none-any.whl
.
File metadata
- Download URL: piencrypt-0.6.8.5-py3-none-any.whl
- Upload date:
- Size: 15.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ac960a04417b87042986a9e8b2146f0cf7e6b6f450ebd489617c4a61f704029 |
|
MD5 | 0f0a44623df311eeb76295c2343c26b6 |
|
BLAKE2b-256 | 38df309f838d5704e9bcf8445195ec25f104983988b70195178b650cf9e27069 |