This repo is where I'll put my steganography algorithm(s). The goals are to learn about steganography and to create an example algorithm quite simple.
The idea is not the have the fastest or most optimized algorithm but just to try, search and do it by myself, that's why I'm doing it in python. So the code code may not be the clearest and the most efficient neither.
- For now, I'll learn and create one quite simple image steganography algorithm and upload it here
- Then I'll elaborate another algorithm, a bit more complex, but I wont post it here. I will only upload some images containing a message encrypted by this 2nd secret algorithm and see if someone get through it.
I'll start doing the encryption algorithm and then do decryption one. I'll describe the algorithm mecanic roughly here but I'll make a dedicated file to explain how the encryption algorithm works.