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 PiEncrypt
m = PiEncrypt('test.jpg')
m.get_data()
m.revert()
m.hide_data("Hello my name is SID")
read = m.read_data()
print(read)
Step 1
Initialize and create a backup of the picture as bytes
p = PiEncrypt('pic.jpg')
p.get_data()
pic.jpg should be replaced by your picture name
Step 2
Hide the disired data into the picture
p.hide_data("Hello my name is SID")
Step 3
Read the hidden data from the picture
read = p.read_data()
print(read)
Step 4
Revert the picture from the backup file
p.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.0.5.tar.gz
(14.1 kB
view details)
Built Distribution
piencrypt-0.0.5-py3-none-any.whl
(14.1 kB
view details)
File details
Details for the file piencrypt-0.0.5.tar.gz
.
File metadata
- Download URL: piencrypt-0.0.5.tar.gz
- Upload date:
- Size: 14.1 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 | be4aa18e021732bef833f534cbe85ab2f90b961f6cde3e8e32f894adec8f05f4 |
|
MD5 | 4a0661083e5ab1ec437532a5f0f19613 |
|
BLAKE2b-256 | ed63ef05caf08716dbffa23841c5b7576e8d3f7dbe9734e02a57c1611e3147ba |
File details
Details for the file piencrypt-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: piencrypt-0.0.5-py3-none-any.whl
- Upload date:
- Size: 14.1 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 | 723ce81833aa4357b57ecc7b4e4adbe8ad9032babb9c9a3f400595ee1bf8e233 |
|
MD5 | 0201fe9208327faff28d13f70a38f339 |
|
BLAKE2b-256 | b171e40edeb137c1d67fd7051e5218dc5797a6b76f593bdb001e410d10fcd6b8 |