Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coldbydefault/pictureshiddenmessages

Hide messages, texts, or passwords inside the raw data of a picture.
https://github.com/coldbydefault/pictureshiddenmessages

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

## Setup Instructions

1. **Clone the repository**:
```bash
git clone https://github.com/ColdByDefault/PicturesHiddenMessages.git
cd PicturesHiddenMessages
```

2. **Create a virtual environment**:
```bash
python -m venv venv
```

3. **Activate the virtual environment**:
- On Windows:
```bash
venv\Scripts\activate
```
- On macOS/Linux:
```bash
source venv/scripts/activate
```

4. **Install the dependencies**:
```bash
pip install -r requirements.txt
```

5. **Run the application**:
```bash
python hide_password.py
```

5. **Run the application** again to decode:
```bash
python extract_password.py
```