vote up 0 vote down star
1

Hi!

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

flag

Could you please clarify "to encrypt text into an image"? Did you happen to mean "hide text in an image"? Encryption requires a separate secret key to guarantee the text remains safe. – Adam Paynter Oct 14 at 17:53
well yes! I meant hide a message into an image. Because I guess it would be simpler to just encrypt the message first and then hide it into the image – roaksoax Oct 15 at 23:15

2 Answers

vote up 6 vote down

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

Here's a Python library module: stepic

link|flag
3  
Don't use lossy compression when you save the image – gnibbler Oct 13 at 21:26
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.