HIDEBAF

HIDEBAF 1.0.0

██╗  ██╗██╗██████╗ ███████╗██████╗  █████╗ ███████╗
██║  ██║██║██╔══██╗██╔════╝██╔══██╗██╔══██╗██╔════╝
███████║██║██║  ██║█████╗  ██████╔╝███████║█████╗
██╔══██║██║██║  ██║██╔══╝  ██╔══██╗██╔══██║██╔══╝
██║  ██║██║██████╔╝███████╗██████╔╝██║  ██║██║
╚═╝  ╚═╝╚═╝╚═════╝ ╚══════╝╚═════╝ ╚═╝  ╚═╝╚═╝

Highly Incubated Dragonian Encryptory Binary using an Archive of Files

Ebfats: (Export Binary File Archive Token)set

Binary Archive Format · Scorched Earth Encryption with AES-256-GCM Payloads


1. System Overview

HIDEBAF is a file encryption tool implementing the “scorched earth” multi-token redirection methodology. It allows users to securely encrypt files into a .HIDEBAF archive and decrypt them using token-based authentication (.EBFATs).


2. Key Features


3. Installation & Setup

  1. Requirements: Bun 1.3.14 or higher is required.
  2. Build CLI:
    bun build --compile c:\hidebaf\hidebaf.js --outfile c:\hidebaf\hidebaf.exe
    

4. Quick Start

# Encrypt files
hidebaf hide -o secret.HIDEBAF confidential.txt

# Decrypt archives
hidebaf reveal secret.HIDEBAF

# Interactively manage settings (Themes, Secret Modes, Self-Destruct, Command restrictions)
hidebaf settings

5. System Reference