objective c - steganography library in C or Obj-C -


Does anyone know about a good steganography library, can I use things written in C or Objective-C? It will need to be used in Mac OS X applications.

My provocative answer will be that you want to hide the image / execute some algorithms to leave yourself Try / Learn Sample algorithm of 3-bit image hide in 24-bit image is very simple and there are about 10 python lines (of course this can be slightly higher with C / OBJ-C). And you will not get bad quality of the Stego image - about 87.5% of the original quality. So check out about this steganography method.

This stego decoding method is used in the GPU pixel shader program for fast decoding process. However the encoding was done with the Python script that was removed after use; P but I think the encoding process is very straightforward and can be understood from my blog article if there is a question about my Steve algorithm - so do not hesitate to ask.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -