NIST FIPS 203/204 Compliant

The Post-Quantum Defense Shield.

Ring-0 kernel-level post-quantum cryptography engineered to secure your high-performance enterprise assets against future decryption threats. NIST FIPS 203/204 compliant. We protect your most sensitive data from being stolen today and decrypted tomorrow by quantum computers. Hybrid Key Exchange (ML-KEM + X25519)CQWS uses a double-locked hybrid key exchange combining ML-KEM-768 (NIST FIPS 203) with classical X25519 Elliptic Curve (RFC 7748). ML-KEM is based on Learning With Errors (LWE) over module lattices, while X25519 relies on elliptic curve Diffie-Hellman. Military-Grade Zero-Trust Architecture Engineered in Mangalore, India. Defending against the impending Qubit computing revolution.Core Technologies: Shannon Entropy • Pauli Masking • ML-DSA (Dilithium) • ML-KEM

Q-Day Countdown:
0d 00h 00m 00sUntil Shor's Algorithm breaks RSA-2048
PLATFORM ARCHITECTURE

Eclipsing Legacy
Perimeter Defenses.

Traditional VPNs and Firewalls are fundamentally unequipped for the quantum era. CQWS transcends these legacy bottlenecks by establishing Zero-Trust PQC Corridors directly into the Linux Kernel (Ring-0). We intercept and surgically eliminate threats before they traverse the network stack, enforcing strict Verifiable Identity Governance and rendering your application layer completely invisible to attackers.

Interactive Architecture Simulation
User Space (Ring-3)
Application Layer / Databases
SECURE
Linux Kernel Space (Ring-0)
CQWS Hook Active — Packet validation & decapsulation
NETFILTER HOOK
Network Interface Card (NIC)
Ingress Traffic / Packets Arrival

Ring-0 Protection: Packets are intercepted and authenticated deep inside the Linux Kernel (Ring-0) via custom Netfilter hooks. Untrusted packets are silently dropped before reaching the TCP stack.

Defensive Postures

Comparing legacy perimeter bottlenecks with CQWS quantum-resistant architectures.

STABLELEGACY

Standard RSA / VPN

Legacy perimeter defenses rely on algorithmic math puzzles that are fundamentally unequipped for the quantum era.

Shor's
App Server
Vulnerability: Shor's Algorithm reduces crack time to seconds.
Status: FATAL - Encryption Defeated
Architecture: Prime-factorization cryptography
Attack Surface: Exposed network stack
SECURED (ML-KEM)SOFTWARE

CQWS Zero-Trust PQC Corridors

Enforces a strict Zero-Trust Identity Gateway using a Hybrid Cryptography Engine directly at the Linux Kernel (Ring-0).

Shor's
Secure Core
Gateway: Cryptographic Bill of Materials (CBOM) scanning
Identity: Verifiable JWT Business Wallet Governance
Defense: PQC Corridors render unauthorized traffic invisible
Algorithm: Hybrid X25519 + ML-KEM-768 Encryption
ISOLATEDSOVEREIGN

CQWS Sovereign Air-Gap

Abandons traditional prime-factorization. We utilize XOR Pauli Masking combined with absolute computational entropy.

Shor's
Secure Vault
Paradigm: True Randomness vs Math Puzzles
Security Level: Shannon Information-Theoretic (ITS)
Quantum Threat: Immune regardless of Qubit count
Delivery: Physical pad consumption
Live Comparative SOC Feed
Simulating real-time intrusion tests

CQWS System Build & 3D Assembly

Interactive exploded view showing the assembly workflow and cryptographic separation of our system components.

3D Technical Model Controller

Lorenz Attractor (MLWE Lattice Chaos)

LAYER 1
Management Portal
Next.js, Prisma ORM, PostgreSQL
t = A * s + e (mod q)Inspect
LAYER 2
Heartbeat Daemon
Python, ctypes, sysfs attributes
H(X) = -Σ P(xi) log2 P(xi)Inspect
LAYER 3
Cryptographic Core
Compiled C Core (libcqws_pqc.so)
dx/dt = -y-z; dy/dt = x+ay; dz/dt = b+z(x-c)Inspect
LAYER 4
Kernel Interceptor
Ring-0 Linux Module (cqws_ultimate.ko)
X|ψ⟩ = β|0⟩ + α|1⟩Inspect
dx/dt = σ(y - x)dy/dt = x(ρ - z) - ydz/dt = xy - βz
Hover layers to morph 3D attractor
Stage SpecificationsActive Inspection

Layer 1: Management Portal

Next.js, Prisma ORM, PostgreSQL

Security RoleLicensing administration & signed heartbeat checks
Primitive StandardToken Signing: CRYSTALS-Dilithium FIPS 204
Math Referencet = A * s + e (mod q)
Assembly Mechanics

Runs in userspace. Generates Dilithium signature checks to authorize secure heartbeat handshakes from target system nodes.

System Assembly Workflow Sequence

The Ring-0 Kernel Revolution

Traditional security operates in "User Space" (Ring 3). Firewalls, anti-virus, and standard encryption act as filters after the network has already processed the traffic. CQWS bypasses user-space entirely.

1. Netfilter Hook Injection

Our custom C-based Kernel Module injects directly into the absolute lowest level of the Linux OS. We register highest-priority Netfilter hooks (NF_INET_PRE_ROUTING) to intercept 100% of IPv4 traffic before standard Firewalls even see it.

static struct nf_hook_ops cqws_ops[] = {
  { 
    .hook = cqws_outbound, 
    .pf = PF_INET, 
    .hooknum = NF_INET_POST_ROUTING, 
    .priority = NF_IP_PRI_FIRST 
  },
  { 
    .hook = cqws_inbound,  
    .pf = PF_INET, 
    .hooknum = NF_INET_PRE_ROUTING,  
    .priority = NF_IP_PRI_FIRST 
  }
};

2. Post-Quantum Pauli Masking

Every single packet payload is XOR'd against a rapidly shifting, cryptographically secure byte-stream. To a quantum supercomputer intercepting the traffic, the data is completely unrecognizable and mathematically immune to Shor's Algorithm.

[PLAINTEXT]01001000 01101001 01110000
[XOR STREAM]10110101 00111010 11010111
[CIPHERTEXT]11111101 01010011 10100111

3. Port 443 & SSH Cloaking

The CQWS module silently inspects headers. Legitimate administrative traffic and secure SSH connections are routed flawlessly, while malicious port scanners see nothing but a mathematical black hole.

INBOUND PORT SCAN
> SYN packet from 198.51.100.14:443
> No cryptographic identity found
> ACTION: NULL_ROUTED (Dropped)
PROOF OF ENGINEERING

The Physics of Absolute Security

CyCity CQWS does not rely on "security by obscurity" or theoretical algorithmic promises. We achieve mathematically proven resilience through a combination of Ring-0 Linux kernel integration, quantum physics, and Shannon Information-Theoretic Security. Here is exactly how we do it.

7.999998 Bits of Pure Entropy via XOR-Composition

The strength of any cryptography is entirely dependent on the randomness of its keys. CQWS guarantees a perfect 7.999998 bits/byte Shannon Entropy score using the mathematical XOR-Composition Theorem.

Our Hybrid Entropy Engine combines local system noise (CPU thermals, IRQ interrupts) and XORs it against live, physical quantum seed data fetched via API from the Australian National University (ANU), which measures the sub-atomic quantum fluctuations of a vacuum.

If a nation-state intercepts the ANU API, the local thermal noise protects you. If your local VM hypervisor is deterministic and compromised, the sub-atomic ANU vacuum fluctuations protect you. This composite /dev/random pool passes all 114 Dieharder and NIST SP 800-22 statistical suites flawlessly.

Cryptographic UEFI Module Injection

Injecting a Ring-0 interceptor into a modern enterprise Linux server requires navigating strict OS defenses. If you try to blindly inject a kernel module, modern UEFI Secure Boot will instantly trigger a kernel panic to prevent rootkits.

CQWS adheres to absolute boot chain integrity. The cqws_daemon.ko kernel module is cryptographically signed using rigorous Machine Owner Keys (MOK) or Enterprise Extended Validation (EV) certificates. During the boot sequence, the Linux kernel validates our cryptographic signature against the hardware UEFI bios before allowing the Ring-0 Netfilter hooks to bind. This guarantees that CQWS cannot be tampered with by malicious actors attempting to modify the module on disk.

Netfilter NF_INET_PRE_ROUTING Execution

Standard software firewalls (like iptables or WAFs) operate in "User Space" (Ring 3), inspecting traffic after the OS has processed it.

CQWS is a custom C-based Kernel Module that injects at the absolute lowest privilege ring (Ring-0) of the Linux kernel. We register the highest-priority callback hooks to intercept 100% of IPv4 traffic directly off the network interface card.

Every single packet payload undergoes Post-Quantum Pauli Masking—where the data is XOR’d against a rapidly shifting, cryptographically secure byte-stream in secure, non-pageable memory enclaves. If a packet lacks the exact cryptographic identity, it is immediately dropped (NF_DROP), preventing target port discovery and rendering your application completely invisible to the internet.

Mutual Verification & Zero-Trust Governance

CQWS establishes a formal PQC Corridor by utilizing the CyCity Command Center as a Qualified Verifiable Data Registry (qVDR) to handle identity resolution and live revocation (the Kill Switch).

But how do we trust the Registry? To prevent BGP hijacking or DNS spoofing from tricking your server into shutting down, the CQWS daemon does not blindly trust the CyCity portal. Every single telemetry ping and revocation command is secured via Mutual TLS (mTLS) and cryptographically signed by the CyCity Master Identity Key using ML-DSA-65 (Dilithium).

Your local daemon verifies this NIST FIPS 204 signature against a hardcoded public key before accepting any state changes, ensuring absolute, mathematically verifiable Zero-Trust Governance across the entire ecosystem.

FIPS 203 & SP 800-22 Verified

Double-Locked Hybrid Cryptography

CyCity CQWS does not rely on legacy encryption. Our engine mathematically fuses post-quantum ML-KEM-768 lattice cryptography with classical X25519 Elliptic Curves via the XOR-Composition Theorem.

Ring-0 Protection. Zero Layer-7 Inspection.

Legacy Web Application Firewalls terminate your TLS certificates to read your HTTP payloads. CyCity CQWS eliminates this massive data privacy risk entirely.

Our shield operates at OSI Layer 3 using highly optimized, kernel-level execution. Because we drop malicious volumetric traffic at the IP packet level before it reaches your application, we mathematically cannot read or decrypt your application data. We guarantee a pure Zero-Knowledge boundary to simplify your SOC 2 and HIPAA compliance scope.

Flawless Hardware Randomness

CyCity injects true physical randomness (via Quantum Vacuum Fluctuations) directly into your server's entropy pool to protect against PRNG exhaustion attacks.

To prove the mathematical perfection of our keys, our keystreams undergo the rigorous NIST SP 800-22 Statistical Test Suite. During an audit, you can dump a 1GB sample of our quantum randomness and run the 15 tests (Monobit, Spectral, Runs, etc.) locally to verify FIPS compliance.

# Audit our quantum entropy pool:
$ dd if=/dev/random of=quantum_sample.bin bs=1M count=1000
$ ./sts-assess quantum_sample.bin
SUCCESS: All 15 NIST SP 800-22 Tests Passed.

The 15 NIST SP 800-22 Cryptographic Stress Tests

Frequency (Monobit) Test
Frequency Test within a Block
Runs Test
Longest Run of Ones
Binary Matrix Rank Test
Discrete Fourier Transform
Non-Overlapping Template
Overlapping Template
Maurer's Universal Statistical
Linear Complexity Test
Serial Test
Approximate Entropy Test
Cumulative Sums (Cusum)
Random Excursions Test
Random Excursions Variant
Audit & Verification

Flawless Attainment.

NIST SP 800-22 Audit Report

Our architecture has been subjected to the National Institute of Standards and Technology (NIST) rigorous 15-test statistical suite for Random Number Generators and Cryptographic Applications. We guarantee mathematical invulnerability by ensuring our entropy passes every single threshold for true randomness.

  • 15/15 Pass Rate: Successfully passes Maurer's Universal Statistical Test, Discrete Fourier Transform, and Non-overlapping Template Matching.
  • 7.999+ Shannon Entropy: Producing high-density cryptographic outputs that render data computationally impossible to decrypt via statistical modeling.
  • FIPS 140-3 Compliance: Engineered to meet strict federal guidelines for critical infrastructure security modules.

OWASP Top 10 Prevention

While the microkernel operates primarily at Layer 3/4 (Network), its protective envelope inherently extends to Layer 7 (Application Layer). By utilizing Ring-0 Deep Packet Inspection (DPI) and strict signature validation, we surgically eliminate application-layer payloads before they are processed by the web server.

  • Zero-Day RCE & Injection Drops: Advanced Persistent Threats (APTs), SQLi, and OS Command Injections are structurally discarded before hitting userspace memory (Apache/Nginx/Node.js).
  • Broken Access Control: Unauthorized connections lacking the exact ML-KEM cryptographic identity are immediately null-routed.
  • DDoS & SSRF Deflection: Malicious floods and server-side request forgery packets are dropped at the kernel hook, requiring 0% application CPU overhead.

The Final Frontier

CyCity is not just a software company; we are a global cyber-defense contractor and semiconductor pioneer. Software alone cannot stop physical hardware attacks.

Ecosystem Integration

Engineering the exact same Ring-0 post-quantum protection across Apple iOS/macOS, Android Custom Kernels, and Windows NTOSKRNL.

Smart Civic Infrastructure

Preparing to secure live video feeds and telemetry for Mangalore Smart City grids, encrypting visual data at the edge.

Hardware Integration

Seamlessly integrates with dedicated Hardware Security Modules (HSMs) and PCIe Quantum Random Number Generators.

Which Plans Achieve Shannon Information-Theoretic Security?

Only CQWS Sovereign Air-Gap achieves Shannon Information-Theoretic Security (ITS) — and only for single-server data protection. The other plans rely on algorithmic data transmission over the network using ML-KEM (Computational security), even if they use True Physical Random Number Generators (TRNG/QRNG).

SVR
ML-KEM
SVR
Computational

Software Shield

Standard /dev/urandom. Data transmitted via ML-KEM network layers. Mathematically breakable.

API
ML-KEM
SVR
Computational

Cloud Entropy

Remote entropy streaming. Data transmitted via ML-KEM network layers. Mathematically breakable.

PCIe
ML-KEM
SVR
Computational

Hardware QRNG

True hardware TRNG/QRNG. Data transmitted via ML-KEM network layers. Mathematically breakable.

HSM
AIR GAP
HSM
Verified ITS

Sovereign Air-Gap

Physically delivered pad consumed once. Zero network transmission. Mathematically unbreakable.

Hardware Architectures & Pricing

Compare our deployment architectures side-by-side to find the right hardware and entropy extraction for your threat model.

Popular
SOFTWARE SHIELD

Web Edition (Public Ports)

Best for standard public-facing websites and APIs.

Contact Sales
⚡ 7-Day Free Trial (No Credit Card)
Core Protection
AI Scan Detector (DPI)Deep packet inspection for post-quantum anomalies.
✓ Yes
Ring-0 Kernel DefenseOperates at the lowest OS level before TCP stack.
✓ Yes
Web Bypass LaneAllows standard HTTP/HTTPS traffic through.
✓ Yes
Quantum Entropy Source
Algorithmic (Hybrid PQC)Double-locked ML-KEM-768 + X25519 handshake (FIPS 203 / RFC 7748) and Dilithium (FIPS 204).
ML-KEM + X25519 Hybrid
Architecture & Compliance
Internet DependencyRequires outbound internet access for operation.
✓ Yes
Reseeding FrequencyHow often the kernel entropy pool is refreshed.
Standard Kernel Default
Compliance ReadyMeets strict industry security standards.
Basic Best Practices
Licenses (Seats)
1
SOFTWARE SHIELD

Private Edition (Dark Node)

Best for internal databases, CI/CD pipelines, and hidden microservices.

Contact Sales
⚡ 7-Day Free Trial (No Credit Card)
Core Protection
AI Scan Detector (DPI)Deep packet inspection for post-quantum anomalies.
✓ Yes
Ring-0 Kernel DefenseOperates at the lowest OS level before TCP stack.
✓ Yes
Dark Node (Port Blocking)Blocks all ports including 80/443. Invisible to scans.
✓ Yes
Quantum Entropy Source
Algorithmic (Hybrid PQC)Double-locked ML-KEM-768 + X25519 handshake (FIPS 203 / RFC 7748) and Dilithium (FIPS 204).
ML-KEM + X25519 Hybrid
Architecture & Compliance
Internet DependencyRequires outbound internet access for operation.
✓ Yes
Reseeding FrequencyHow often the kernel entropy pool is refreshed.
Standard Kernel Default
Compliance ReadyMeets strict industry security standards.
Basic Best Practices
Licenses (Seats)
1
Popular
CLOUD ENTROPY

Web Edition (Public Ports)

Best for cloud-native apps requiring compliance (HIPAA/PCI DSS) and verifiable true randomness.

Contact Sales
⚡ 7-Day Free Trial (No Credit Card)
Core Protection
AI Scan Detector (DPI)Deep packet inspection for post-quantum anomalies.
✓ Yes
Ring-0 Kernel DefenseOperates at the lowest OS level before TCP stack.
✓ Yes
Web Bypass LaneAllows standard HTTP/HTTPS traffic through.
✓ Yes
Quantum Entropy Source
Algorithmic (Hybrid PQC)Double-locked ML-KEM-768 + X25519 handshake (FIPS 203 / RFC 7748) and Dilithium (FIPS 204).
ML-KEM + X25519 Hybrid
Network-Delivered Q-SeedSecure API injection from ANU Quantum Sensor.
✓ Yes
Architecture & Compliance
Internet DependencyRequires outbound internet access for operation.
✓ Yes
Reseeding FrequencyHow often the kernel entropy pool is refreshed.
Every 60 Minutes (API)
Compliance ReadyMeets strict industry security standards.
HIPAA & PCI DSS Compliant
Licenses (Seats)
1
CLOUD ENTROPY

Private Edition (Dark Node)

Best for cloud-native apps requiring compliance (HIPAA/PCI DSS) and verifiable true randomness.

Contact Sales
⚡ 7-Day Free Trial (No Credit Card)
Core Protection
AI Scan Detector (DPI)Deep packet inspection for post-quantum anomalies.
✓ Yes
Ring-0 Kernel DefenseOperates at the lowest OS level before TCP stack.
✓ Yes
Dark Node (Port Blocking)Blocks all ports including 80/443. Invisible to scans.
✓ Yes
Quantum Entropy Source
Algorithmic (Hybrid PQC)Double-locked ML-KEM-768 + X25519 handshake (FIPS 203 / RFC 7748) and Dilithium (FIPS 204).
ML-KEM + X25519 Hybrid
Network-Delivered Q-SeedSecure API injection from ANU Quantum Sensor.
✓ Yes
Architecture & Compliance
Internet DependencyRequires outbound internet access for operation.
✓ Yes
Reseeding FrequencyHow often the kernel entropy pool is refreshed.
Every 60 Minutes (API)
Compliance ReadyMeets strict industry security standards.
HIPAA & PCI DSS Compliant
Licenses (Seats)
1
HARDWARE QRNG

Enterprise Shield

Best for on-premise telecom, pharma, and critical infrastructure data centers.

Contact Sales
Quote Request
Core Protection
AI Scan Detector (DPI)Deep packet inspection for post-quantum anomalies.
✓ Yes
Ring-0 Kernel DefenseOperates at the lowest OS level before TCP stack.
✓ Yes
Dark Node (Port Blocking)Blocks all ports including 80/443. Invisible to scans.
✓ Yes
Quantum Entropy Source
Algorithmic (Hybrid PQC)Double-locked ML-KEM-768 + X25519 handshake (FIPS 203 / RFC 7748) and Dilithium (FIPS 204).
ML-KEM + X25519 Hybrid
Network-Delivered Q-SeedSecure API injection from ANU Quantum Sensor.
Standard Kyber/Dilithium
PCIe Hardware QRNGPhysical ID Quantique chip installed in server.
✓ Yes
Architecture & Compliance
Internet DependencyRequires outbound internet access for operation.
✓ Yes
Reseeding FrequencyHow often the kernel entropy pool is refreshed.
Real-Time Hardware Injection
Compliance ReadyMeets strict industry security standards.
Critical Infrastructure Ready
SOVEREIGN AIR-GAP

Enterprise Shield

Best for top-secret defense, banking HSMs, and zero-internet environments.

Contact Sales
Quote Request
Core Protection
AI Scan Detector (DPI)Deep packet inspection for post-quantum anomalies.
✓ Yes
Ring-0 Kernel DefenseOperates at the lowest OS level before TCP stack.
✓ Yes
Dark Node (Port Blocking)Blocks all ports including 80/443. Invisible to scans.
✓ Yes
Quantum Entropy Source
Algorithmic (Hybrid PQC)Double-locked ML-KEM-768 + X25519 handshake (FIPS 203 / RFC 7748) and Dilithium (FIPS 204).
ML-KEM + X25519 Hybrid
Network-Delivered Q-SeedSecure API injection from ANU Quantum Sensor.
Standard Kyber/Dilithium
PCIe Hardware QRNGPhysical ID Quantique chip installed in server.
✓ Yes
Pre-loaded HSM PadPhysical secure delivery of entropy pads.
✓ Yes
Architecture & Compliance
Reseeding FrequencyHow often the kernel entropy pool is refreshed.
Static Pre-Loaded Pads
Compliance ReadyMeets strict industry security standards.
Top Secret (Banking/Gov)
Architectural Specification

CQWS Post-Quantum Enterprise Shield

CyCity International Private Limited / CyCity Inc. | Corporate Tax EIN: 99-0541426

Executive Overview & Philosophy

The CyCity CQWS (Quantum-Resistant Web Shield) platform provides Ring-0 kernel-level post-quantum cryptographic protection (NIST FIPS 203 ML-KEM-768 & NIST FIPS 204 ML-DSA-65) for modern server infrastructure. Tiering is based on network visibility, entropy sources, and deployment environment.

1. Private Edition (Dark Node)

Designed for backend databases and microservices. Drops all unauthenticated inbound public web traffic on ports 80/443 so the server remains 100% invisible to internet port scanners and web exploit bots.

2. Web Edition (Public Shield)

Designed for public websites and web APIs. Allows inbound web traffic on ports 80/443, protecting requests with Ring-0 Post-Quantum Encryption and L7 WAF.

Outbound traffic rule

ALL CQWS plans permit 100% unrestricted OUTBOUND internet access.

Servers can execute package manager calls (apt-get / yum), query DNS (53), invoke external API endpoints, and report secure heartbeats/telemetry pings to cycity.cloud.

Universal Outbound Allowed

Detailed Breakdown of All 6 Plans

Plan 1: Software Shield

Private Edition (Dark Node)
Contact Sales

Target: Internal Databases (PostgreSQL, MySQL, MongoDB, Redis), Private CI/CD Build Runners, Internal Microservices, Financial Ledgers.

Inbound Web 80/443: 🔴 BLOCKED / STEALTH
Internal Ports (5432, 22): 🟢 Allowed (VPC/gRPC)
Entropy Source: Linux CSPRNG (SP 800-90A)

Why Customers Buy It: To make database servers 100% immune to public web scanners, zero-day exploits, and ransomware bots.

Plan 2: Software Shield

Web Edition (Public Shield)
Contact Sales

Target: Public E-commerce Sites, Customer Dashboards, Public REST/GraphQL APIs, SaaS Web Applications.

Inbound Web 80/443: 🟢 ALLOWED + WAF
Internal Ports (5432, 22): 🟢 Allowed
Entropy Source: Linux CSPRNG (SP 800-90A)

Why Customers Buy It: To host public-facing websites and APIs that anyone can visit securely over HTTP/HTTPS with WAF anti-exploit blocks.

Plan 3: Cloud Entropy

Private Edition (Dark Node)
Contact Sales

Target: High-Security Databases, Banking Core Ledgers, Healthcare Patient Data Warehouses (HIPAA / PCI DSS).

Inbound Web 80/443: 🔴 BLOCKED / STEALTH
Entropy Source: ANU Quantum Sensor (Hourly)
Security Layer: Q-Entropy Reseed + Stealth Drop

Why Customers Buy It: Required for compliance (HIPAA, PCI DSS 4.0, SOC 2) where encryption keys must be seeded by true quantum random number generators.

Plan 4: Cloud Entropy

Web Edition (Public Shield)
Contact Sales

Target: Enterprise SaaS Platforms, Public Fintech Gateways, Government Web Portals, Public Healthcare Apps.

Inbound Web 80/443: 🟢 ALLOWED + WAF
Entropy Source: ANU Quantum Sensor (Hourly)
Security Layer: Q-Entropy Reseed + L7 DPI WAF

Why Customers Buy It: Ideal for public enterprise applications requiring both public HTTPS access and verifiable quantum entropy key seeding.

Plan 5: Hardware QRNG

Dedicated PCIe Setup
Contact Sales

Target: On-Premises Bare-Metal Servers, Defense Contracting Clusters, Telecommunications Gateways.

Inbound Web 80/443: 🟡 Configurable / Stealth
Entropy Source: ID Quantique PCIe Card (20 Gbps)
Outbound Internet: Optional / Offline

Why Customers Buy It: Designed for mission-critical bare-metal servers that cannot depend on cloud entropy APIs or external network connections.

Plan 6: Sovereign Air-Gap

Enterprise Hardware HSM
Contact Sales

Target: Military Networks, Central Bank Vaults, Nuclear Infrastructure, Air-Gapped Intelligence Networks.

Inbound Web 80/443: 🔴 PERMANENTLY AIR-GAPPED
Entropy Source: Physical HSM Pad (Shannon OTP)
Outbound Internet: 🔴 Zero Internet (Offline)

Why Customers Buy It: Guaranteed zero internet dependency, zero cloud connections, and mathematical unbreakability (Shannon Information-Theoretical Security).

How Internal Databases & CI/CD Pipelines Run Without Ports 80/443

1. Databases bypass HTTP

Internal databases do not use web ports. They communicate over dedicated ports: PostgreSQL (5432), MySQL (3306), MongoDB (27017), and Redis (6379) inside a private VPC subnet.

2. CI/CD & Microservices

gRPC microservices utilize private RPC ports (50051). GitHub/GitLab build runners connect via SSH (22) or runner agents inside private VPC subnets.

3. Unrestricted Outbound

Security patches can still be downloaded over outbound HTTP/HTTPS, and license pings check in over secure outbound ports, protecting threat databases continuously.

Summary Guide for Selecting Plans

Select Software Shield (Private Edition) for internal databases, Redis caches, and CI/CD runners.
Select Software Shield (Web Edition) for public web sites and APIs.
Choose Cloud Entropy for HIPAA & PCI DSS compliance auditing.
Select Hardware QRNG / Sovereign Air-Gap for on-premises bare-metal or top-secret environments.