Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/coldbydefault/pictureshiddenmessages
- Owner: ColdByDefault
- Created: 2024-07-29T12:27:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T09:38:28.000Z (5 months ago)
- Last Synced: 2024-08-05T11:20:27.070Z (5 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```