python library for image steganography. used to encrypt and decrypt text message inside an image
Project description
This is a python library for image steganography. Using this library user can encrypt and decrypt text message inside an image.
How to use this package
need to install package
pip install imgsteg
In .py file
from imgsteg import imgsteg
create object
obj = imgsteg
How encryption work
image = "name and path of the image including extension" #image = "car.png" new_image = "new.png" message = "your message that want to encrypt" obj.Encrypt(image, message, new_image)
How decryption work
image = "name and path of the image including extension" #image = "car.png" data = obj.Decrypt(image) print(data.message)
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file imgsteg-1.0.3.tar.gz.
File metadata
- Download URL: imgsteg-1.0.3.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7a1bb3e236d54dd70723d377dd586d96401bba13e7b427f57c5ce6314301306
|
|
| MD5 |
9e8488de6866e14ebac34b4d253830c4
|
|
| BLAKE2b-256 |
026cf4d109bd32f09d3d176544276980532c5175cd7f3582923397592cdc8bb4
|
File details
Details for the file imgsteg-1.0.3-py3-none-any.whl.
File metadata
- Download URL: imgsteg-1.0.3-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ee93f9abd8cd4e0c81f498d6c608fd0a27f86958d455fc06cd26b385ebd84a9
|
|
| MD5 |
0105d9f7dc1e30e6a4ae61d1c5a2c9a6
|
|
| BLAKE2b-256 |
988ed5b10bd2792d0552c29ad48d52748030bffa330e8af7e1ddccf99069dd62
|