StarFamily brings OCTA-8 post-quantum cryptography to protect your communications against both classical and quantum adversaries. NO FALLBACKS. NO COMPROMISES.
Eight algorithms from six mathematical foundations. The most comprehensive post-quantum protection available.
Module-LWE Lattices
FIPS 203 Level 5Quasi-Cyclic Codes
NIST Selected Level 5Elliptic Curves
Bootstrap ~128 bitGatekeeper
FIPS 204 Level 5Eagle
FIPS 206 Level 5Root of Trust
FIPS 205 Level 51024-bit Block Cipher
SHA-3 Finalist 512 bitMAC/Hash Function
SHA-3 Finalist 512 bitDouble-encrypted tunnels. No single point of compromise. Even if one layer falls, the other stands.
hexa-client / hexa-dns
HTTPS Gateway
Re-encryptsOCTA-8 Server
Triple AuthClientβGateway and GatewayβServer use separate HEXA-6 sessions
Gateway cannot read inner content, only re-encrypt outer layer
ML-DSA + Falcon + SLH-DSA all must verify for auth
No classical fallbacks. Quantum-safe from day one.
A complete suite of post-quantum protected services. Each component works together in perfect harmony.
HTTPS Gateway with HEXA-MPQUIC termination
Post-Quantum protected DNS with DNSSEC
Secure email with HEXA encryption
Encrypted file storage and sync
Unified OCTA-8 multi-service daemon
Secure web proxy with traffic analysis protection
Full tunnel VPN with HEXA protocol
WebSocket to HEXA-MPQUIC bridge
SSH replacement with OCTA-8
Route ALL DNS through PQ-encrypted tunnels. No DNS leaks. No poisoning. No surveillance.
True SSH replacement. Triple signatures. 1024-bit block encryption. No classical fallbacks.
Full tunnel VPN with WireGuard-like performance and post-quantum security.
Secure file transfer with SFTP-like interface over HEXA protocol.
Modern protocols. Blazing performance. Uncompromising security.
Memory-safe, zero-cost abstractions
0-RTT, multiplexed, UDP-based
Mutual authentication everywhere
Open Quantum Safe library
FIPS-certified crypto
TCPβMPQUIC translation
// Connect to StarFamily with OCTA-8
let client = HexaMpquicClient::new(config);
client.connect(stargate_addr).await?;
// Authenticate with triple signatures
let stream = client.open_stream().await?;
authenticate_octa8(&mut stream, &identity).await?;
// Ready for quantum-safe communication!
println!("π OCTA-8 connection established!");
// OCTA-8 Triple Signature Authentication
let mldsa_sig = mldsa_algo.sign(challenge, &mldsa_sk)?;
let falcon_sig = falcon_algo.sign(challenge, &falcon_sk)?;
let slhdsa_sig = slhdsa_algo.sign(challenge, &slhdsa_sk)?;
// ALL THREE must verify!
if verify_triple(&challenge, &signatures, &public_keys) {
println!("β
Gatekeeper π Eagle π¦
Root π³ = VERIFIED");
}
// PQ-Protected DNS Resolution
let proxy = HexaDnsProxy::new(identity, gateway, 443);
proxy.run("127.0.0.1:5333").await?;
// ALL DNS queries now flow through HEXA tunnel!
// No DNS leaks. No poisoning. No surveillance.
println!("π HEXA-DNS proxy ready!");
Join the future of cryptography. Be protected against tomorrow's threats today.