Search code examples
androidsteganography

How to do image stegnography in android


I want to hide a secrete message inside image.

I don't have any idea about algorithm used for this.Can any one please help me to give an idea how to implement it.


Solution

  • There is an app called MobiStego which uses Steganography, it is open source.

    Take a look through the files on the SVN at: mobistego.svn.sourceforge.net it may be help you out.