Skip to content
Notifications You must be signed in to change notification settings

bbheemara/stego_mob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4dc6c0e · · Aug 12, 2025

History

11 Commits
Aug 12, 2025
Aug 12, 2025
Aug 12, 2025
Aug 5, 2025
Aug 5, 2025
Aug 12, 2025
Aug 12, 2025
Aug 5, 2025
Aug 12, 2025
Aug 12, 2025
Aug 12, 2025
Aug 12, 2025
Aug 12, 2025

Repository files navigation

Stego Mob

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.

Features

  • 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.

How it works

User Uploads a cover Image

  • Users uploads a cover image and select the data they want to hide — it can be text, an another image, or a document.

Data Encryption with AES

  • 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.

Data Conversion to Bytes

  • The encrypted data is converted into a sequence of bytes to strore inside image.

Embedding Data Using LSB Steganography

  • 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.

Stego Image Creation

  • The result is a stego image — visually indistinguishable from the original but containing the hidden encrypted data.

Data Extraction & Decryptiontion

  • 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.

Other Features

  • Register/Login with Email and password
  • User password update and user logout
  • Dark mode/light mode

stego_0

stego_1

stego_2

stego_3

stego_4

stego_9

stego_5

stego_6

stego_7

stego_10

WhatsApp Image 2025-08-12 at 09 08 43_ceb5d824

WhatsApp Image 2025-08-12 at 09 08 43_adbdc72d

WhatsApp Image 2025-08-12 at 09 08 43_8189ae56

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published