Files
CoM-ghost_protocol/covert_sd/tools/veracrypt/DOWNLOAD_INSTRUCTIONS.md
T

3.0 KiB

Portable VeraCrypt Setup Instructions

Before running the main tool, you need to download portable VeraCrypt binaries. These will be copied to the TOOLS partition so the device works on any computer.

Required Downloads

Download the following files and place them in this directory (tools/veracrypt/):

1. Windows Portable (REQUIRED)

2. Linux Portable (REQUIRED)

  • Option A - GUI version:

  • Option B - Console only:

    • Download: veracrypt-*-setup-console-x64
    • Rename to: VeraCrypt-Portable-Linux-Console

3. macOS Portable (OPTIONAL)

Quick Download Script

Run this to download automatically (Linux):

cd tools/veracrypt/

# Windows Portable
wget https://launchpad.net/veracrypt/trunk/1.26.7/+download/VeraCrypt_Portable_1.26.7.exe \
  -O VeraCrypt-Portable-Windows.exe

# Linux Console
wget https://launchpad.net/veracrypt/trunk/1.26.7/+download/veracrypt-console-1.26.7-Ubuntu-22.04-amd64.deb \
  -O veracrypt-linux.deb
ar x veracrypt-linux.deb
tar xf data.tar.xz
cp usr/bin/veracrypt VeraCrypt-Portable-Linux
chmod +x VeraCrypt-Portable-Linux
rm -rf usr/ *.tar.* *.deb

# macOS
wget https://launchpad.net/veracrypt/trunk/1.26.7/+download/VeraCrypt_1.26.7.dmg \
  -O VeraCrypt-MacOS.dmg

echo "✓ Downloads complete!"

Verification

After downloading, your tools/veracrypt/ directory should contain:

tools/veracrypt/
├── DOWNLOAD_INSTRUCTIONS.md (this file)
├── VeraCrypt-Portable-Windows.exe  (~30 MB)
├── VeraCrypt-Portable-Linux        (~3-5 MB)
└── VeraCrypt-MacOS.dmg             (~40 MB) [optional]

Notes

  • Total size: ~70-80 MB for all platforms
  • License: VeraCrypt is open source (Apache 2.0 / TrueCrypt License 3.0)
  • Updates: Check veracrypt.fr periodically for newer versions
  • These portable versions allow accessing your encrypted partition on ANY computer without installing software

After Downloading

Once you have the files in place, run the main setup script:

sudo python3 covert_sd_card_tool.py -d /dev/sdX -a -t /path/to/tails.iso

The script will automatically copy these portable versions to the TOOLS partition.