Skip to 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.

Notifications You must be signed in to change notification settings

thepmsquare/concealed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

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.

Topics

Resources

Stars

Watchers

Forks

Languages