Releases: nostafobic-dev/mp4vault
Releases · nostafobic-dev/mp4vault
Release list
VaultForge v1.0.0 — Initial Release
🎉 First public release of Mp4Vault — an interactive Bash tool for hiding files inside video carriers, with optional AES-256 encryption.
✨ Features
- Hide any file inside a video file by appending it after the video data
- Optional AES-256-CBC + PBKDF2 encryption of the payload before hiding
- Fully interactive, menu-driven interface — no flags to memorize
- Cross-platform: Linux, macOS, and Android (Termux)
- Auto-detects missing dependencies and offers to install them (apt / pkg / pacman / dnf / brew)
- One-time system-wide install on Termux — launch with just
mp4vaultfrom anywhere - Paginated file browser with human-readable file sizes
- Safety guards: disk space checks, overwrite confirmation, can't accidentally overwrite the carrier video
📋 Requirements
- Bash 4.3+
file,realpath,awk,openssl(auto-installed if missing)figletrequired for banners
🚀 Installation
git clone https://github.com/nostafobic-dev/mp4vault.git
cd mp4vault
chmod +x mp4vault.sh
./mp4vault.shFull Changelog: https://github.com/nostafobic-dev/mp4vault/commits/v1.0.0