XenHide v1.0
First stable release of XenHide — a Python-based steganography toolkit for embedding and extracting hidden data within digital media, now with a mobile companion app.
Highlights
- Core LSB (least significant bit) image steganography engine
- Command-line tools for embedding (
xencrypt.py) and extracting (xendcrypt.py) hidden data - Experimental PyQt5 graphical interface (
Application/XenHideGUI.py) - New: Android mobile app — download
xh_mobile.apkbelow, no build steps required - Cross-platform support: Linux, Windows, and macOS
Downloads
- XENHIDE.exe is available below
xh_mobileV1.0.apk— Android app, sideload directly (enable "Install from unknown sources" if prompted)- Source code (zip / tar.gz) — for Linux/macOS/Windows via Python +
stegano
Requirements
- Python 3.13+
stegano(core dependency)PyQt5(optional, for GUI)
Installation
See the [README](https://github.com/XATUM/XenHide#install) for full setup instructions across platforms.
Notes
XenHide is intended strictly for educational purposes, authorized security research, and lawful use. Users are responsible for ensuring compliance with applicable laws when using this tool.
Known Issues
- Linux packaging (
PKGBUILD) still in progress - GUI remains experimental
Full Changelog: initial stable release combining CLI tools, GUI, and mobile app.