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.5.1.tar.gz
(14.1 kB
view details)
Built Distribution
piencrypt-0.5.1-py3-none-any.whl
(14.1 kB
view details)
File details
Details for the file piencrypt-0.5.1.tar.gz
.
File metadata
- Download URL: piencrypt-0.5.1.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 | de3fe45b8cc30a37b6e7de6b9ba2ebf6dc5a67d3adf7a55c2ab33df5f681a1fd |
|
MD5 | 9d7ce90cf550ae412243ea7b73a505ee |
|
BLAKE2b-256 | 2ea6b3752b887f70ebb8ffbe5c7f2eb5851cc7df58d7ecfca3cbb37983be3b9f |
File details
Details for the file piencrypt-0.5.1-py3-none-any.whl
.
File metadata
- Download URL: piencrypt-0.5.1-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 | eb6083b6280fab97a067b6598bc0d760346109af530217771200521c579567b4 |
|
MD5 | 9b1f3ac58b8acfa49934edabfe4c47cf |
|
BLAKE2b-256 | 2980886b2961b1d8bc1a989e48a41a308d0cb58c2fb3337ed18f184d2a1db655 |