Skip to content

david-marin-0xff/PixelVault256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

# PixelVault256

logo

**PixelVault256** is a single-file GUI application for secure data hiding and encryption.

### πŸ” Features

- AES-128 / AES-256 encryption (AES-GCM) with password-derived keys (PBKDF2HMAC + salt)

- Steganography options:

Β  - **Pixel Stego** (LSB-based)

Β  - **Metadata Stego** (PNG tEXt chunk)

- "Save As" dialogs for outputs

- Extraction mode (reads stego, decrypts)

- SHA-256 hash utility (file or text)

- Custom error popups for failed decryptions

- Self-contained Windows .exe build (no prerequisites)

### Usage

1. Run pixelvault256.exe (no install needed)

2. Choose your mode: **Encrypt**, **Decrypt**, or **Hash**

3. Select stego method and files

4. Enter password β†’ done!

image

### Build from source

pip install -r requirements.txt

pyinstaller --onefile --windowed pixelvault256.py



##  Download 

You can download the latest Windows executable here:

[Download PixelVault256.exe (latest release)](https://github.com/david-marin-0xff/PixelVault256/releases/latest/download/pixelvault256.exe)

About

πŸ” A Python-powered GUI for AES encryption and steganography (Pixel + Metadata modes) πŸ”

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors