Version 1.0
Latest January 2026Initial Release
- RSA key pair generation on startup using the Windows CryptoAPI
- Secure AES-256 session key generation and RSA-encrypted key exchange
- Text encryption and decryption using RSA key, pasted public key, AES session key, or password
- File encryption and decryption with streaming block processing and real-time progress bar
- Password-based encryption with random 16-byte salt stored alongside the ciphertext
- Four key/auth modes: own RSA key, pasted RSA public key, AES session key, password
- Fully offline — all cryptographic operations run via the native Windows CryptoAPI
- Supports Windows 7, 8, 10, and 11 (32-bit and 64-bit)