Skip to main content

python util module to provide encryption and decryption using steganography using the least significant bits of the RGB values of an image on top of advanced encryption standard.

Project description

concealed

about

python util module to provide encryption and decryption using steganography using the least significant bits of the RGB values of an image on top of advanced encryption standard. reference for advanced encryption standard.

installation

pip install concealed

usage

reference python file

Supported formats

input

  • png
  • jpeg
  • webp

note: apng or other animated image inputs will have unintended transformations in the encoded image.

output

  • png

note: output image will be in rgb / rgba color modes only.

configs

  1. concealed\data\config.ini

env

  • python>=3.9.6

changelog

v2.0.0

  • initial implementation as a python module.
  • removed fastapi.
  • validated webp support in input images.

v1.0.0

  • initial implementation using fastapi server.

Feedback is appreciated. Thank you!

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

concealed-2.0.0.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

concealed-2.0.0-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

Supported by

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