You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A chat application using python program which allows the user to access many features, One of the key fetures of the application is to send a secret message by hidding it inside an image or reading the secret message hidden inside and image .The encryption/decryption uses steganography library, REGEX pattern have also been used by importing re m…
Make a terminal chat app using python that allows you to send and secret messages hidden safely inside an image. The chat app will not be using a database or any other form of persistent data storage and will rely on the computer's non-persistent memory (RAM)