Sovereign, post-quantum security —
as a platform.
MyPQC is Malaysia's PQC-native digital security platform: four ready-to-use quantum-safe apps, managed PKI and crypto-monitoring services, and a developer API — all on a Crypto Agility Core Engine that lets you change cryptographic algorithms by policy, without changing code.
Aligned with NIST FIPS 203 / 204 / 205 · W3C DID · Malaysia Digital Signature Act 1997
Standards-aligned, sovereign, and quantum-ready
One platform, end to end
A complete post-quantum stack — not another point tool
From a crypto-agility core engine to ready-to-use enterprise apps and an API layer for integrators, MyPQC covers the whole journey to quantum safety.
Crypto Agility Core Engine
Risk scoring, agility middleware, PQC orchestration and policy enforcement at the foundation.
Ready-to-use apps
Digital ID, signing, secure file sharing and quantum-safe messaging — deploy in days.
Managed services
PQC certificate issuance, digital-ID management and continuous cryptography monitoring.
API layer
A clean integration surface for enterprise software providers and Tier-1 system integrators.
Products
Quantum-safe building blocks for every team
Adopt the whole platform or start with a single product. Each one is PQC-native and crypto-agile from day one.
Sovereign PQC Digital ID
Self-sovereign, W3C-DID identity with post-quantum keys and X.509 linkage for legal signatures.
Learn moreMCert — Crypto Inventory
Continuously discover, inventory and monitor your cryptography so you know what to migrate first.
Learn morePQC Document Signing
Hybrid quantum-safe digital signatures for documents and transactions — verifiable by anyone, no special software.
Learn morePQC Secure File Sharing
Encrypt, store and share files with post-quantum key encapsulation and access control.
Learn moreCrypto Agility Core Engine
Swap cryptographic algorithms by policy — no rewrites — across your whole estate.
Learn moreAntrapol JCE SDK
Drop-in Java provider for the NIST algorithms ML-KEM, ML-DSA and SLH-DSA — plus the optional sovereign KAZ-SIGN — with policy-driven agility.
Learn moreWhy MyPQC
Sovereign. Quantum-safe. Agile by design.
Sovereign by design
Built in Malaysia for national digital sovereignty and regulatory alignment.
PQC-native, not bolted on
Post-quantum algorithms are the default across identity, signing and encryption.
Crypto-agile core
Change algorithms centrally by policy as standards and threats evolve.
One integrated platform
Inventory, migrate and operate quantum-safe security from a single control plane.
For developers
Quantum-safe crypto in the API you already know
The Antrapol JCE provider keeps standard Java Cryptography semantics — Signature,
KeyPairGenerator,
Cipher — while
algorithm choice and packaging become policy-driven and crypto-agile.
import java.security.*;
import com.antrapol.jce.Antrapol;
Antrapol.install();
// Post-quantum ML-DSA (FIPS 204) via the standard JCE API
KeyPairGenerator kpg = KeyPairGenerator.getInstance("ML-DSA", "Antrapol");
KeyPair kp = kpg.generateKeyPair();
Signature signer = Signature.getInstance("ML-DSA-65", "Antrapol");
signer.initSign(kp.getPrivate());
signer.update(payload);
byte[] sig = signer.sign(); // agility-encoded, quantum-safe
Start your post-quantum migration today
See MyPQC in action and get a quantum-readiness assessment for your organization.