Real Projects.
Production Code.

Built and deployed by the same engineers who built PQ PDF and PQ Crypta. Every case study below is live, measurable, and ours.

We Ship. Real Products in Production.

44-engine PDF forensics scanner with 6 live sandboxes, local ML, and ZERO retention. 23-engine Office scanner covering every malware-carrying format. A dual-KEM zero-knowledge messaging tool. A Rust HTTP/3 reverse proxy with PQC TLS serving this site right now. The only WebTransport speed test in the world using real UDP datagrams. A NIST-submitted wire format. Not demos — all deployed.

PDF Forensics Scanner ML/AI Post-Quantum NIST FIPS

PQ PDF — PDF Scanner, 44 Engines

15 static heuristic analyzers — PDF token obfuscation, XFA FormCalc auto-execute, action dependency graph (cycle detection, sleeper nodes), OCG layer cloaking (screen/print divergence), Unicode & invisible text (RLO U+202E, homograph domains), trailer chain forensics (Shadow Attack, /Root swap), codec exploit validation (CCITTFax OOB, JBIG2Globals CVE-2009-0658), physical entropy topology, image steganography (LSB chi-square, JPEG EXIF anomalies), font CharString emulator (Type 1, seac OOB), PDF/A compliance fraud, YARA (24 rules including CVE-2024-41869 + CVE-2024-45112), ClamAV, PeePDF, campaign attribution via TLSH fuzzy-hash.

6 dynamic sandboxes — Ghostscript, MuPDF, Poppler, LibreOffice Draw, Chromium PDFium, and pdf.js/Node, each with strace syscall tracing. 3 ML classifiers — IsolationForest, RandomForest, LightGBM on a 38-feature vector with SHAP explainability and a 6-parser differential engine. 6.4M+ local threat indicators (URLhaus, MalwareBazaar, ThreatFox — zero external API calls). MITRE ATT&CK mapping on every finding. 9 sanitization modes. AI forensic reports via local Qwen 2.5 1.5B — no cloud. Zero retention: cleanup runs during readfile(), not after download.

15+6+3Static/Sandbox/ML
6.4M+Local IOCs
MITREATT&CK Mapped
ZeroRetention Window
Visit pqpdf.com →
PQ PDF — PDF forensics scanner interface showing ML verdicts and MITRE ATT&CK mapping
PQ PDF — Office forensics scanner covering Word, Excel, PowerPoint, Outlook, Access, Visio
Office Forensics Scanner VBA · XLM · OLE 23 Engines Sandbox

PQ PDF — Office Scanner, 23 Engines

The #1 malware delivery vector — Office documents — finally covered properly. VBA macro extraction and deobfuscation, XLM 4.0 macro deobfuscation, OLE/OOXML structure forensics, IOC extraction (URLs, IPs, domains, hashes), ClamAV + YARA multi-signature scanning, and sandboxed execution with behavioral telemetry.

Covers every Office format: Word (.doc/.docx), Excel (.xls/.xlsx), PowerPoint (.ppt/.pptx), Outlook (.msg/.eml), Access (.mdb), and Visio (.vsd). AI-generated forensic report on every scan. 4-mode sanitization (preview, strip-macros, clean-rebuild, quarantine). Same post-quantum transfer encryption as the PDF scanner. Stack: Python, php-ole, olevba, xlrd2, pqcrypta-proxy (Rust).

23Forensic Engines
6Office Formats
XLMDeobfuscation
4Sanitization Modes
Visit pqpdf.com →
PQ Crypta — NIST FIPS post-quantum cryptography API
NIST FIPS 203/204/205 47 Algorithms Enterprise API

PQ Crypta — NIST-Compliant Post-Quantum API

Production API serving all finalized NIST post-quantum standards: ML-KEM (FIPS 203), ML-DSA (FIPS 204), SLH-DSA (FIPS 205) — plus 44 additional hybrid and legacy schemes. The same encryption securing this site and PQ PDF. Not a wrapper — these are native implementations.

HTTP/3 QUIC via pqcrypta-proxy (Rust). Real-time threat intelligence dashboard, bot remediation, enterprise JWT auth with SSO. Full observability: custom analytics, session tracking, domain filtering, public security dashboard, automated dependency scanning.

47+PQC Algorithms
FIPS 203ML-KEM
FIPS 204ML-DSA
FIPS 205SLH-DSA
Visit pqcrypta.com →
NIST Submitted Open Source 5 Languages Wire Format

pqc-binary-format — Submitted to NIST

An algorithm-agnostic binary serialization format for post-quantum cryptographic data — submitted to NIST for standardization consideration. The problem it solves: every PQ library serializes keys and signatures differently, breaking interoperability. pqc-binary-format gives any implementation a common wire format without vendor lock-in.

47 supported algorithms. 5 language bindings: Rust, Python, JavaScript, Go, and C. Designed from the ground up for the post-quantum migration era — when organizations need to swap algorithms without rewriting their data layer.

NISTSubmitted
47Algorithms
5Language Bindings
OSSLicense
View on GitHub →
pqc-binary-format — universal post-quantum wire format
Zero-Knowledge Dual-KEM NIST Level 5 Post-Quantum

PQ Crypta Share — Dual-KEM Zero-Knowledge Encrypted Messages

Every message is independently encrypted under two NIST Level 5 algorithms: ML-KEM-1024 (lattice-based, FIPS 203) and HQC-256 (code-based, NIST 2025). An attacker must break both simultaneously — two entirely different hard mathematical problems. The only encrypted-message tool implementing dual-KEM.

True zero-knowledge: the AES-256-GCM wrap key exists only in your URL fragment — never transmitted to any server. Features: burn-after-reading, granular expiry (1 min–7 days), passphrase layer (PBKDF2, 200k iterations), integrity badge, SHA-256 preview hash fingerprint, link health check (in-memory roundtrip before sharing), self-audit mode, 4 KB block padding, and short shareable links. No account. No data retained. Stack: PHP, vanilla JS (Web Crypto API), pqcrypta-proxy (Rust).

Dual-KEMML-KEM+HQC-256
NIST L5Security Level
ZeroData Retained
ZKArchitecture
Visit pqcrypta.com/share/ →
PQ Crypta Share — dual-KEM zero-knowledge encrypted message sharing
Rust HTTP/3 · QUIC · WebTransport PQC TLS Production

pqcrypta-proxy — Rust Reverse Proxy, Built from Scratch

A from-scratch Rust Layer-7 reverse proxy implementing HTTP/1.1, HTTP/2, HTTP/3, QUIC, and WebTransport — with hybrid X25519+ML-KEM-768 post-quantum TLS (NIST Level 3) via OpenSSL 3.5+. 222 commits. 142 passing tests. Serving this site right now. Not a demo, not a fork.

6 load balancing algorithms (least-connections, round-robin, weighted, random, IP hash, least response time). Canary routing with auto-rollback. JA3/JA4 fingerprinting with replay and drift detection. WAF blocking SQLi, XSS, traversal, SSRF, and 40+ scanner probe paths. Circuit breaker, 0-RTT replay protection, PQC session tickets (ML-KEM-1024 wrapped), GeoIP blocking, ACME automation with hot-reload, OCSP stapling, Prometheus metrics, OpenTelemetry tracing. Zero-trust startup mode. Stack: Rust, quinn (QUIC), wtransport, OpenSSL 3.5+, rustls.

222Commits
142Tests Passing
6LB Algorithms
ML-KEM-768Hybrid PQC TLS
View on GitHub →
pqcrypta-proxy — from-scratch Rust HTTP/3 reverse proxy with post-quantum TLS
QUIC WebTransport speed test — first production WebTransport speed test using real UDP datagrams
First of Its Kind WebTransport · QUIC Real UDP Live

QUIC Speed Test — The First WebTransport Speed Test on the Internet

Every other speed test runs over TCP. This one uses real UDP datagrams over WebTransport/QUIC — measuring network conditions the way latency-sensitive applications actually experience them. Two servers (US East · US Midwest) with GeoIP auto-selection. Download: 12 concurrent QUIC streams, 5s/10s deep, trimmed-mean excluding ramp-up. Upload: 16 WebTransport streams, 8s/12s deep, post-warmup steady state.

Measures latency, jitter (σ of RTT), packet loss (200-datagram probe), download, and upload. Then goes further: gaming experience rating, VoIP MOS score, streaming quality, cloud/work rating, buffer bloat analysis, ISP quality fingerprint, and MTR hop visualization with GeoIP annotation. Shareable results card. Live percentile ranking vs real users tested in the last 30 days — compare-me. Free, no account. Stack: PHP, JavaScript, WebTransport API, pqcrypta-proxy QUIC operations layer (Rust).

FirstWebTransport Speedtest
Real UDPNot TCP
2QUIC Servers
MOSVoIP Score
Try the Speed Test →
Fated LLC — post-quantum infrastructure company site
Corporate Animation PQC Headers

Fated LLC — Post-Quantum Infrastructure Hub

Corporate identity site for the company behind PQ PDF, PQ Crypta, and pqcrypta-proxy. Particle network canvas with node connections, glitch typography, custom cursor with spring physics, scroll-reveal animations, tilt cards.

Space Grotesk + JetBrains Mono type system. Dark quantum aesthetic. Post-quantum security headers throughout: X-Quantum-Resistant: ML-KEM-1024, X25519MLKEM768. JSON-LD structured data.

3Live Products
ML-KEMPQ Encryption
HTTP/3Protocol
Visit fated.org →

Website Types for Every St. Louis Business

These are the business types we regularly design and develop for. Each starts with a discovery call and ends with a custom, high-performance site — not a theme.

⚖️ Live Demo
Professional ADA Schema

Law Firm

Professional, trust-building. Attorney profiles, practice areas, case results. ADA compliant, schema-rich.

⚖️ Live Demo
Dark Theme Gold Verdicts

Law Firm II

Dark, authoritative design. Full-width hero, verdict showcase, gold accents. Aggressive personal injury focus.

🦷 Live Demo
HIPAA-Aware Booking Forms

Dental / Medical

HIPAA-aware architecture. Online booking integration, staff profiles, patient forms, insurance info.

🍕 Live Demo
Menu Reservations Reviews

Restaurant / Food

Digital menu with photos, reservation system, online ordering-ready, Google Maps integration, review schema.

🏠 Live Demo
MLS/IDX Lead Gen Search

Real Estate

Property listings with search filters, IDX/MLS integration, lead capture forms, neighborhood pages.

🏠 Live Demo
Warm Theme Listings Agents

Real Estate II

Warm, premium feel. Featured listings carousel, agent profiles, neighborhood guides, lead capture forms.

🛒 Live Demo
Payments Catalog Inventory

E-Commerce

Custom online store or WooCommerce/Shopify hybrid. Product catalog, cart, Stripe/PayPal, inventory.

🏗️ Live Demo
Gallery Quotes Local SEO

Construction / Trades

Project gallery, before/after photos, quote request forms, Google review showcase, service area pages.

🎓 Live Demo
Donations Events Accessible

Education / Nonprofit

Donation flows (Stripe), event calendar, volunteer signup, newsletter, accessibility-first design.

💻 Live Demo
SaaS Waitlist Docs

SaaS / Tech Startup

Product landing page, waitlist, pricing, feature comparison, API docs, dashboard preview, investor deck.

🧠
Telehealth Scheduling Private

Healthcare / Therapy

Telehealth ready, appointment scheduling, insurance verify, secure patient contact, privacy-compliant.

💪
Booking Schedule Memberships

Fitness / Gym

Class schedule with booking, membership signup, trainer profiles, pricing tables, video testimonials.

🚗
Inventory Scheduling Finance

Automotive

Vehicle inventory with search, service scheduling, finance applications, customer reviews, local SEO.

⚙️
Custom Full-Stack Enterprise

Custom / Enterprise

Fully custom design and engineering for unique requirements. Full-stack delivery, API, auth, CI/CD.

Don't see your industry? We build for all business types.

Get a Custom Quote →

See the Code Behind PQ Crypta

Much of our infrastructure work is open-source on GitHub. Browse our repos, see our commit history, and judge the quality of our engineering yourself.

View GitHub →