Steganography algorithm in python?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rafael Justo
    New Member
    • Mar 2007
    • 9

    Steganography algorithm in python?

    Hi,

    I'm developing a library to manage passwords and hide them in images. For now I'm using stepic, but this library only allows BMP images (easy to find info). I was wondering if there's any other steganography library in python. An implementation of F5 algorithm would be perfect! Any clues?

    Project homepage: http://www.assembla.com/wiki/show/cU...ir3R8beJe5afGb

    Regards,
    Rafael
  • Glenton
    Recognized Expert Contributor
    • Nov 2008
    • 391

    #2
    Hi. Python Image Library is probably worth looking into.

    Comment

    • Rafael Justo
      New Member
      • Mar 2007
      • 9

      #3
      Thanks Glenton! I will probably implement the F5 algorithm using the Pyhton Image Library. I was just hoping to find some similar steganography library already developed.

      Comment

      Working...