Hideout

March 25, 2026 ยท View on GitHub

Hideout is a minimal and secure desktop application for file encryption and decryption, powered by GnuPG.

Hideout Screenshot

Features

  • Simple UI: Drag and drop files to encrypt or decrypt.
  • Secure: Uses GPG symmetric encryption. Passphrases are handled securely.
  • Multi-language: Supported languages: English, Italian, French, Spanish, German, and Portuguese (BR).

Download

Build (system prerequisites)

  • GnuPG: You must have gpg installed and available in your PATH.
  • GTK4 & Libadwaita: Required for the graphical interface.
  • D compiler: Check the official dlang website or download it from your distribution package manager.

How to Build

dub run

Security Note

Hideout uses GPG's symmetric encryption. The passphrase is used to derive a key for encryption. Always use a strong passphrase.

License

MIT