Skip to content

Releases: nostafobic-dev/mp4vault

VaultForge v1.0.0 — Initial Release

Choose a tag to compare

@nostafobic-dev nostafobic-dev released this 29 Jun 20:31
88d79a5

🎉 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 mp4vault from 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)
  • figlet required for banners

🚀 Installation

git clone https://github.com/nostafobic-dev/mp4vault.git
cd mp4vault
chmod +x mp4vault.sh
./mp4vault.sh

Full Changelog: https://github.com/nostafobic-dev/mp4vault/commits/v1.0.0