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)
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 present in the root directory
Hide the disired data into the picture
r.hide_data("Hello my name is Sid")
Read the hidden data from the picture
read = r.read_data()
print(read)
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.7.5.6.tar.gz
(15.0 kB
view details)
Built Distribution
File details
Details for the file piencrypt-0.7.5.6.tar.gz
.
File metadata
- Download URL: piencrypt-0.7.5.6.tar.gz
- Upload date:
- Size: 15.0 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 | 231e3f5c059eaa35332d066f7bf62741d75eb84ea2850a604c295d784f78f4f1 |
|
MD5 | aec8ead15488bda6aef5b6d7fac295bb |
|
BLAKE2b-256 | c0accc47becfef367f1eface7b48cf255603ca06257e7f6a26f04d5d4c5235ee |
File details
Details for the file piencrypt-0.7.5.6-py3-none-any.whl
.
File metadata
- Download URL: piencrypt-0.7.5.6-py3-none-any.whl
- Upload date:
- Size: 15.9 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 | 962b5db6e9a357a60159afb55f8f768d48883449f3db2244d808d3c61e1c1c02 |
|
MD5 | d9bee173ab55168f2b38dda4d6420c9a |
|
BLAKE2b-256 | 275c39d5f83c75e09efd0234f1659f2937a02bf74d543d1faf25ae0768ded7ac |