Everything is currently in pixcryption.core.lib but I feel some functions might be better in a helper namespace to help readability of the code. This is a good first issue if you'd like to refactor/clean up the code base!
A simple Golang steganography implementation containing an interface, a PNG steganogram implementation and a command line tool with support for ZIP compression and AES GCM block cipher encryption.
A terminal chat app using python program which allows to send a secret message by hidding inside the picture. The encryption/decryption uses steganography library.
This Application Is Revised And Updated Version Of My Previous Application "SpyChat Application". Here I am using the Proper Validations And Proper handling. This Application Is more Userfriendly. It is a terminal chat app using python that allows you to send and secret messages hidden safely inside an image.
Everything is currently in pixcryption.core.lib but I feel some functions might be better in a helper namespace to help readability of the code. This is a good first issue if you'd like to refactor/clean up the code base!