Advanced F5 Steganography with AES-256 Encryption
Hide data in plain sight with military-grade security
Phon3x-ART is a professional-grade steganography tool that implements the F5 algorithm with AES-256 encryption to securely hide sensitive data within JPEG images. Unlike basic steganography tools, Phon3x-ART is designed to survive modern content platforms and maintain data integrity.
Originally developed for personal use, it enables:
- Uploading images to social platforms like Facebook and Messenger
- Storing encrypted data on public or private cloud drives
- Sending secret messages safely over common messaging platforms
- π Overview
- π₯ Key Advantages
- β¨ Features
- π― Why Phon3x-ART?
- π Platform Bypass Capabilities
- π Performance Metrics
- π¦ Installation
- ποΈ Technical Architecture
- π¨ Legal & Ethical Use
- β Support
β
Bypasses Platform Detection - Successfully bypasses Facebook upload processing, Messenger file handling, ImgBB compression, and other common content platforms
β
Private Hosting Compatible - Works flawlessly with self-hosted servers, private drives, and cloud storage
β
Military-Grade Encryption - AES-256 with PBKDF2 key derivation ensures maximum security
β
Compression Resistant - Embedded data survives JPEG recompression and platform processing
β
Dual-Mode Operation - Professional F5 via OutGuess or robust fallback method
| Feature | Description | Advantage |
|---|---|---|
| π AES-256 Encryption | Military-grade encryption for hidden data | Unbreakable security layer |
| π‘οΈ True F5 Algorithm | Uses OutGuess for authentic F5 implementation | Maximum stealth and capacity |
| πͺ Platform Bypass | Survives Facebook, Messenger, ImgBB processing | Real-world usability |
| π² Password-Based | Unique embedding for each password | Plausible deniability |
| π Variable Payload | Hide text or files up to image capacity | Flexible usage |
| π Auto-Detection | Smart extraction without additional parameters | User-friendly operation |
| π Cross-Platform | Works on Kali Linux, Ubuntu, Fedora and other Linux distros | Wide compatibility |
Traditional steganography tools fail on modern platforms due to aggressive recompression and processing. Phon3x-ART is specifically engineered to:
- Bypass Facebook's image processing pipeline
- Survive Messenger's file compression
- Evade ImgBB's optimization algorithms
- Work on private hosting solutions and cloud drives
- Maintain integrity through multiple upload/download cycles
Phon3x-ART has been tested and proven to function across multiple platforms while preserving payload integrity.
| Metric | πΌ OutGuess Mode | π Fallback Mode |
|---|---|---|
| Capacity | Up to 15% of image | Up to 5% of image |
| Compression Resistance | ||
| Detection Resistance | ||
| Platform Survival Rate | 95%+ | 80%+ |
| Processing Speed |
For the fastest setup, use our one-line installer:
# One-command installation (Kali/Ubuntu)
curl -sSL https://raw.githubusercontent.com/Phon3x/Phon3x-ART/main/install/install_phon3x-art.sh | bash# One-command installation (Fedora)
curl -sSL https://raw.githubusercontent.com/Phon3x/Phon3x-ART/main/install/install_Fedora_phon3x-art.sh | bashOr download and run manually:
# Download the installer from the repository
wget https://raw.githubusercontent.com/Phon3x/Phon3x-ART/main/install/install_phon3x-art.sh
# Make executable and run
chmod +x install_phon3x-art.sh
sudo ./install_phon3x-art.shThe Phon3x-ART installer automatically performs the following steps:
| Step | Action | Result |
|---|---|---|
| 1οΈβ£ | System Check | Verifies Python 3.8+ and dependencies |
| 2οΈβ£ | Dependencies | Installs required system packages |
| 3οΈβ£ | Project Setup | Creates ~/Phon3x-ART/ directory |
| 4οΈβ£ | Virtual Environment | Sets up isolated Python environment |
| 5οΈβ£ | Application Download | Fetches latest Phon3x-ART scripts |
| 6οΈβ£ | Python Packages | Installs Pillow, PyCryptodome, NumPy |
| 7οΈβ£ | Desktop Integration | Creates launcher and menu entry |
| 8οΈβ£ | PATH Setup | Adds phon3x-art command to terminal |
| 9οΈβ£ | OutGuess (Optional) | Installs professional F5 steganography engine |
| π | Verification | Validates installation and shows usage |
After completing these steps, Phon3x-ART is ready for use directly from the terminal or desktop launcher.
# Create the environment
python3 -m venv phon3x-art
# Activate it
source phon3x-art/bin/activate
# Clone repository
git clone https://github.com/Phon3x/Phon3x-ART.git
cd Phon3x-ART
# Install Python dependencies
pip install pillow pycryptodome numpy
# Run the tool
python3 phon3x-art.py
# Install OutGuess
python3 phon3x-art.py
# choose Option 3
## I provide full manual install instruction or input 'y' and it will automatically install OutGuessTo completely remove Phon3x-ART from your system, run the following commands:
# Download the uninstaller
wget https://raw.githubusercontent.com/Phon3x/Phon3x-ART/main/install/uninstall_phon3x-art.sh
# Make it executable
chmod +x uninstall_phon3x-art.sh
# Run the uninstaller
sudo ./uninstall_phon3x-art.shPhon3x-ART Architecture
βββ π Encryption Layer (AES-256-CBC)
β βββ PBKDF2 Key Derivation (100k iterations)
β βββ Secure Random IV Generation
β βββ PKCS7 Padding
β
βββ πΌοΈ Steganography Layer
β βββ π― Professional Mode (OutGuess F5)
β β βββ DCT Coefficient Manipulation
β β βββ Matrix Encoding
β β βββ Error Correction
β β
β βββ π οΈ Fallback Mode (Spatial Domain)
β βββ 2nd LSB Manipulation
β βββ Password-Based Permutation
β βββ 2Γ Repetition Error Correction
β
βββ π§ͺ Integrity Layer
| βββ CRC32 Checksum Validation
| βββ Payload Length Verification
| βββ Auto-Detection Algorithms
β
βββ π¦ Installation System
βββ Automatic Dependency Management
βββ Virtual Environment Isolation
βββ Desktop Menu Integration
βββ Clean Uninstall Support
Phon3x-ART is provided for legitimate purposes only. Users are responsible for complying with all applicable laws.
β
Allowed Uses:
- Privacy protection
- Security research
- Educational use
- Authorized penetration testing
- Digital forensics training
β Prohibited:
- Illegal activities
- Unauthorized data access or surveillance
> Note: Misuse may violate laws. Authors are not liable for unlawful use.
If you find Phon3x-ART useful, you can support the project by:
- β Starring the repository on GitHub
- π Reporting issues or bugs
- π‘ Suggesting features or improvements
- π Sharing with the community
- π Contributing to the documentation
