SecureCall
Encrypted voice calls with minimal metadata, WireGuard VPN, STEALTH-DELETE and emergency broadcast alerts.
- E2E XChaCha20-Poly1305
- WireGuard VPN built in
- Clean app checkout flow
SecureCall, SecureChat and Chameleon share one privacy-first security core: encrypted calls, private messaging, context-aware protection and zero-trust defaults for people who cannot afford messy tools.

The template reorganizes StealthX into a simple system: calls, messages and device-level privacy tools that share one brand, one crypto direction and one user experience.
Encrypted voice calls with minimal metadata, WireGuard VPN, STEALTH-DELETE and emergency broadcast alerts.
Encrypted messaging with Double Ratchet forward secrecy, QR contact exchange and StealthX activation tiers.
Privacy OS for context-aware encryption, overlay protection, rule automation and encrypted private zones.
SecureCall Premium + SecureChat Elite + Chameleon Elite. One-time purchase, no subscription stack.
Every architectural decision keeps the tool usable while reducing data exposure. Nothing from the old feature set was removed; it is grouped so users can scan it.
XChaCha20-Poly1305 AEAD encryption with X25519 key exchange. Every call gets a unique session key.
No call logs, no contact uploads and no call content stored server-side. FCM tokens exist only for push delivery.
The client source is available for review. Official services and distribution still require Vendetta Labs permission.
Memory-safe crypto code, independently inspectable and designed to avoid buffer-overflow classes of bugs.
Opus at 48kHz with adaptive bitrate for WiFi and cellular conditions.
Double Ratchet session behavior limits blast radius if any single key is compromised.
Five taps wipe contacts, keys and call history, returning the app to factory state.
Share SecureCall identity with QR or deep link. One tap adds a contact without manual ID entry.
Pro/Premium SecLog captures connection, call and network events locally for CSV troubleshooting.
Premium tunnel routes SecureCall traffic through WireGuard with a kill switch and real GoBackend.
FLAG_SECURE blocks screenshots. Microphone and recording detection warn or stop the call by tier.
Premium routing mode can bind the WireGuard underlay to cellular when an eligible mobile network is available.
Network switches are detected through ConnectivityManager so calls recover without manual restart.
Incoming encrypted calls can wake the device even when the app is closed.
Planned web checkout option. Wallet verification and discounted Stripe checkout stay disabled until the payment and accounting launch gates are complete.
Share SecureCall ID through Element, FluffyChat or any Matrix client.
Reachable from Matrix users as @sc_xxx:stealthx.tech.
Encrypted multi-party calls through Matrix rooms.
Native Swift client with the shared Rust crypto engine.
No accounts, no phone numbers, no personal data required.
Install the signed APK today. Google Play distribution is in review. No registration required.
Your device creates a unique X25519 key pair locally. Keys never leave your phone.
Exchange your anonymous SecureCall ID with your contact through any channel.
An encrypted call channel is established. No one intercepts it, not even us.
The claims are concrete enough to audit.
Real tests on real devices, organized so the evidence is readable.
Last verified: June 11, 2026. Current release checks include the 44/44 legacy overnight regression suite plus expanded automated, website, backend and physical-device testing on S10, S7 and Tab S4 hardware.
SecureCall's source code is publicly available on GitHub. Security researchers, journalists and privacy advocates can inspect the code that handles voice data.
Transparency is part of the product. If we cannot show how it works, you should not trust it.
View on GitHub// core_crypto/src/lib.rs pub fn encrypt_voice_frame( frame: &[u8], key: &SessionKey, nonce: &XNonce, ) -> Result<Vec<u8>> { let cipher = XChaCha20Poly1305::new(key); cipher.encrypt(nonce, frame) .map_err(|_| CryptoError::EncryptionFailed) }
Encrypted calling with anonymous SecureID, local emergency wipe, and optional VPN features.
| Feature | SecureCall | Common secure messengers |
|---|---|---|
| Anonymous SecureID instead of phone-number identity | ✓ | varies |
| End-to-end encrypted calls | ✓ | ✓ |
| Built-in WireGuard VPN controls | ✓ | varies |
| STEALTH-DELETE instant local wipe | ✓ | varies |
| Emergency Broadcast System | ✓ | varies |
| No call content stored server-side | ✓ | common |
| IFR holder checkout discount | active | not typical |
| In-app wallet code required for calling | no | varies |
| Source available for audit | ✓ | varies |
| Direct APK download | ✓ | varies |
| Gift activation codes | ✓ | varies |
Comparison uses broad public product characteristics instead of vendor-specific legal claims. Competitor features change over time; verify current third-party terms before relying on them.
Every tier includes end-to-end encryption. Upgrade for advanced protection through Play billing or activation codes.
The IFR holder discount is not currently available for purchase. Wallet verification and discounted checkout remain disabled until payment, accounting, and production configuration are approved.
One-time purchase, lifetime access, only 100 licenses per tier. Price increases with each sale.
Current VLABS catalog price.
Current VLABS catalog price.
Premium access for supported SecureCall versions. Buy a code for yourself or as a gift, then activate it in Settings.
The most important questions, without burying users in a wall of copy.
Deploy SecureCall and establish the first encrypted channel in under 60 seconds.
Requires Android 7.0+ · approximately 80 MB · no account required · upgrade anytime with activation code or in-app purchase.
Reach every user instantly without knowing who they are.
Your privacy is preserved at every step.
We do not know who you are or where you are. We send a ping. Your phone does the rest.