Stego Mob is an Android steganography app that enables users to securely embed and extract hidden data within images. Such that the concealed data remains invisible to the naked eye, ensuring privacy and confidentiality.
-
Hide Text with Password: Embed sensitive text or passwords inside images with AES encryption to protect data from unauthorized access.
-
Hide Images with Password: Conceal one image within another.
-
Hide Documents with Password: Securely embed documents inside images for safe storage and sharing.
-
Even if the hidden data is extracted from the image using advanced techniques, it remains secure and unreadable without the correct password because AES encryption.
- Users uploads a cover image and select the data they want to hide — it can be text, an another image, or a document.
- The app encrypts the data using AES (Advanced Encryption Standard) with a password provided by the user. This ensures that only someone with the correct password can decrypt and access the hidden data.
- The encrypted data is converted into a sequence of bytes to strore inside image.
- The app hides these encrypted bytes into the least significant bits (LSB) of the pixels of a cover image. This process subtly alters the image without noticeably changing its appearance.
- The result is a stego image — visually indistinguishable from the original but containing the hidden encrypted data.
- When extracting, the app reads the LSBs from the stego image pixels, reconstructs the encrypted data bytes, decrypts them using the user’s password(same password provide dduring embedding), and recovers the original hidden data.
- Register/Login with Email and password
- User password update and user logout
- Dark mode/light mode