Read the DISCLAIMER file.
▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀ ▐░█▀▀▀▀▀▀▀█░▌
▐░▌ ▐░▌ ▐░▌
▐░█▄▄▄▄▄▄▄▄▄ ▐░▌ ▐░▌
▐░░░░░░░░░░░▌▐░▌ ▐░▌
▐░█▀▀▀▀▀▀▀▀▀ ▐░█▄▄▄▄▄▄▄█░▌
▐░▌ ▐░░░░░░░░░░░▌
▐░█▄▄▄▄▄▄▄▄▄ ▀▀▀▀▀▀█░█▀▀
▐░░░░░░░░░░░▌ ▐░▌
▀▀▀▀▀▀▀▀▀▀▀ ▀
CC-BY-NC-ND-4.0
Control Owl [2023-2026]
eQ is a high-performance, security-focused cryptographic key generator built with Rust and egui. It provides fast, deterministic, and zero-dependency key generation for 284 cryptocurrencies, with optional quantum-grade entropy sourced from the Australian National University (ANU) Quantum Random Number Generator.
This is the second generation of our key generator, following QR2M.
eQ can source entropy from the ANU Quantum Random Numbers Server, which generates randomness from vacuum fluctuations measured via quantum optics - a fundamentally unpredictable physical process.
- Official ANU QRNG service: https://qrng.anu.edu.au
- API documentation: https://qrng.anu.edu.au/contact/api-documentation/
This provides an additional entropy option beyond system RNGs, especially valuable for users who want verifiable, physics-based randomness rather than algorithmic PRNG output.
- Full zeroization of sensitive data
- Wallets stored as AES-256-GCM encrypted SVG images
- Optional Shamir’s Secret Sharing for multi-share wallet splitting
- No external dependencies during key generation (offline-capable)
- For extra security, an offline air-gapped version was created: eQ-OS
- Native builds for Windows, Linux, and macOS
- Rust-powered performance
- Minimalistic, predictable UI built with egui
- Disclaimer
- Info
- Key Highlights
- License
- Project Status
- Features
- Installation
- Screenshots
- Third-Party Libraries
This project is licensed under a Creative Commons Attribution Non Commercial No Derivatives 4.0 International license.
See the file or the official deed.
| Security Status |
|---|
| Build Status |
|---|
- Generate keys for 284 coins in one click
- Ultra-fast performance powered by Rust
- Minimalistic UI built with egui
- Cross-platform support: Windows, Linux, macOS
- Supports secp256k1 and ed25519 elliptic curve coins
- Zeroizing of all secrets
- Wallet saved as AES_256_GCM encrypted SVG image
- Optional Shamir's secret sharing for secure wallet splitting
- Optional On-Screen keyboard
- Supporting protocols:
- BIP32 Legacy derivation path
- BIP39 Mnemonic passphrase
- BIP44 Standard coin derivation
- BIP86 Bitcoin taproot address
- Download latest stable version
git clone -b stable --single-branch https://github.com/control-owl/eQ.git
cd eQ# Build stable release
cargo build --release
# Build release with on-screen keyboard
cargo build --release --features=oskcargo run --releaseThis project uses the following crates: