Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

imgsteg-1.0.3.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

imgsteg-1.0.3-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

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

Hashes for imgsteg-1.0.3.tar.gz
Algorithm Hash digest
SHA256 b7a1bb3e236d54dd70723d377dd586d96401bba13e7b427f57c5ce6314301306
MD5 9e8488de6866e14ebac34b4d253830c4
BLAKE2b-256 026cf4d109bd32f09d3d176544276980532c5175cd7f3582923397592cdc8bb4

See more details on using hashes here.

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

Hashes for imgsteg-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 7ee93f9abd8cd4e0c81f498d6c608fd0a27f86958d455fc06cd26b385ebd84a9
MD5 0105d9f7dc1e30e6a4ae61d1c5a2c9a6
BLAKE2b-256 988ed5b10bd2792d0552c29ad48d52748030bffa330e8af7e1ddccf99069dd62

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page