🛠️ DAE Tools & Utilities
Download client-side tools for decrypting DAE emails on your computer.
🪟 Windows PowerShell Decryption Tool
PowerShell script for Windows users to decrypt DAE emails locally without using the web interface.
Features:
- ✅ Client-side decryption - Your private key never leaves your computer
- ✅ Interactive menu - Easy to use with step-by-step instructions
- ✅ Link decryption - Decrypt download links from your email
- ✅ Email decryption - Combine eHead + eBody, decrypt, and generate .eml file
- ✅ Automatic opening - Opens .eml files in your default email client
- ✅ No installation required - Just download and run
PowerShell Tool Requirements
- Windows 7, 8, 10, or 11
- PowerShell 5.0 or higher (included with Windows 10/11)
- .NET Framework 4.5 or higher (usually pre-installed)
Python Tool Requirements
- Python 3.6 or higher (works on Windows, macOS, Linux)
- IMPORTANT: cryptography library required (install with:
pip install cryptographyorpip install -r requirements.txt) - tkinter library for GUI (optional, falls back to console mode)
How to Use:
- Download the PowerShell script using the button below
- Right-click the downloaded file and select "Run with PowerShell"
- Follow the on-screen instructions
- Select your private key file and encrypted files
- The tool will generate a .eml file you can open in any email client
PowerShell Tool (Windows)
📥 Download PowerShell Tool (Windows)Version 2.0 | File size: ~25 KB
SHA256 Hash::
D5826...
⭐ Recomendado
Ejecutable BAT (Windows)
This .batch file runs the PowerShell script without needing to change Windows execution policy. Just double-click to run.
📥 Download BAT Executable (Windows - No Signature Issues)Version 2.0 | File size: ~1 KB
Python Tool (Cross-Platform)
🐍 Download Python Tool (Cross-Platform)Version 2.0 | File size: ~30 KB
SHA256 Hash::
5D3C9...
⚠️ PowerShell Execution Policy
If you get a "script not digitally signed" error when running the .ps1 file, use one of these options:
Option 1: Download the .batch file (recommended) - Runs the script without changing execution policy.
Option 2: Right-click the .ps1 file and select "Run with PowerShell"
Option 3: Run PowerShell as Administrator and execute:
If you get a "script not digitally signed" error when running the .ps1 file, use one of these options:
Option 1: Download the .batch file (recommended) - Runs the script without changing execution policy.
Option 2: Right-click the .ps1 file and select "Run with PowerShell"
Option 3: Run PowerShell as Administrator and execute:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
📦 How to install Python dependencies
Option 1: Open terminal/cmd and run:
Option 2: Download requirements.txt and run:
Option 1: Open terminal/cmd and run:
pip install cryptographyOption 2: Download requirements.txt and run:
pip install -r requirements.txt Verify the file integrity by comparing this hash with the one computed from your downloaded file.
⚠️ Security Note:
These tools are safe to use. You can verify their contents by opening them in any text editor. Both tools perform all decryption locally on your computer - your private key is never sent anywhere.
These tools are safe to use. You can verify their contents by opening them in any text editor. Both tools perform all decryption locally on your computer - your private key is never sent anywhere.
📖 User Guide ▼
❓ FAQ ▼
🔐 Privacy Guarantee:
All tools provided here perform operations locally on your device. Your private keys and decrypted content are never transmitted over the network.
All tools provided here perform operations locally on your device. Your private keys and decrypted content are never transmitted over the network.