Architecture playbook: crypto-agility for the post-quantum era. Learn more
NEW · Sovereign. Quantum-safe. Agile by design. →

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

MyPQC platform architecture: API layer, ready-to-use PQC apps, managed services, and the Crypto Agility Core Engine

Standards-aligned, sovereign, and quantum-ready

NIST FIPS 203 · ML-KEM FIPS 204 · ML-DSA FIPS 205 · SLH-DSA W3C DID v1.1 Digital Signature Act 1997

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.

Why 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.

QuantumSafeSigning.java
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
2030–35
NIST timeline to deprecate & disallow RSA/ECC
Now
“Harvest now, decrypt later” puts today's data at risk
3
NIST PQC standards finalized: FIPS 203, 204, 205

Start your post-quantum migration today

See MyPQC in action and get a quantum-readiness assessment for your organization.