views:

188

answers:

2

Hi!

I was wondering how can someone use python to encrypt text into an image.

+7  A: 

Google search for "python steganography" and you find some stuff.

Here's a Python library module: stepic

steveha
Don't use lossy compression when you save the image
gnibbler
A: 

This issue has need the type of file . Some image has special has place for description. You can use this with an encripted string. All you need is to write python script to read this places and decrypt it.

Catalin Festila