/PicturesHiddenMessages

Hide messages, texts, or passwords inside the raw data of a picture.

Primary LanguagePython

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/ColdByDefault/PicturesHiddenMessages.git
    cd PicturesHiddenMessages
  2. Create a virtual environment:

    python -m venv venv
  3. Activate the virtual environment:

    • On Windows:
      venv\Scripts\activate
    • On macOS/Linux:
      source venv/scripts/activate
  4. Install the dependencies:

    pip install -r requirements.txt
  5. Run the application:

    python hide_password.py
    1. Run the application again to decode:
    python extract_password.py