top of page

AegisPQC Software Suite

Post-Quantum Cryptography Software Suite

The AegisPQC Software Suite is a complete, enterprise-grade software stack for post-quantum cryptography. Built on the industry-standard liboqs library and featuring 91 public APIs with GPU acceleration support, it provides everything needed to integrate quantum-safe cryptography into existing applications.

Enterprise-Grade Post-Quantum Cryptography

Secure your infrastructure today for the threats of tomorrow. A complete, open-source stack built on liboqs. Featuring 91 public APIs, seamless GPU acceleration, and native support for Aegis hardware.

Get Started with Python

Get Started with NodeJS

Read the Docs

Why Choose AegisPQC?
Standard Compliant

Full support for NIST FIPS 203, 204, and 205 standards (ML-KEM, ML-DSA).

High Performance

Up to 13,500 keys/sec via CUDA GPU acceleration and native hardware support.

Developer Friendly

91 Public APIs across Python, C/C++, and CLI with 100% test coverage.

Enterprise Ready

Built-in audit logging, compliance reporting, and secure key lifecycle management.

The Complete Stack

We provide the tools you need, from low-level embedded C libraries to high-level Python and Javascript automation.

1. The Python Library (aegispqc)

Production-ready and easy to implement. Install via pip install aegispqc.

from aegispqc import ML_KEM_768, PQCEncryption

# Initialize Key Encapsulation Mechanism

kem = ML_KEM_768()

# Automatic Hardware Acceleration (if Aegis Chip detected)

# Otherwise falls back to optimized CPU implementation

pub, sec = kem.keypair() print(f"Generated quantum-safe keypair using {kem.get_backend_name()}")

2. The CLI Tool

Manage keys, encrypt files, and sign documents directly from your terminal.

# Generate a quantum-safe keypair

$ aegispqc kem keygen --algorithm ML-KEM-768 --output keys/

# Encrypt sensitive data

$ aegispqc encrypt --input payroll.csv --public-key keys/mlkem_pub.pem

# GPU Benchmarking

$ aegispqc benchmark --algorithm ML-KEM-768 --gpu

> Result: 13,500 ops/sec

3. C/C++ Integration (libaegispqc)

Low-latency performance for embedded systems and critical infrastructure.

Unrivaled Performance

Don't let security slow you down. AegisPQC offers massive speedups over standard CPU implementations by leveraging GPUs and proprietary Aegis Hardware.

Benchmark: ML-KEM-768 Key Generation

  • Standard CPU: 100 ops/sec (Baseline)

  • AegisPQC-Pro (PCIe): 8,000 ops/sec (80x Speedup)

  • NVIDIA A100 (CUDA): 13,500 ops/sec (135x Speedup)

Seamless Integration

AegisPQC fits into your existing architecture. Whether you are securing web traffic or internal communications, we have a module for you.

  • Web Servers: Drop-in OpenSSL 3.x provider for Nginx/Apache.

  • SSH: Secure remote access with ML-DSA keys.

  • Email: S/MIME support for signing and encrypting attachments.

  • Hybrid Mode: Combine RSA/ECC with PQC for transitionary security.

Ready to Upgrade?

Start integrating post-quantum security in minutes.

Linux (.deb/.rpm)

Windows (.msi)

macOS (Universal)

bottom of page