You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposing a pqc plugin for hiero-cli that provides post-quantum cryptography readiness assessment for managed Hiero accounts, topics, and tokens.
Motivation
Every key in the Hiero ecosystem today (ED25519, ECDSA-secp256k1) is vulnerable to Shor's algorithm on a cryptographically-relevant quantum computer. With NIST finalizing PQC standards (FIPS 203/204/205) and CNSA 2.0 mandating adoption by 2027, organizations need assessment tooling now to understand their exposure and plan migration.
No HIP or tooling currently addresses PQC readiness in the Hiero ecosystem. This plugin fills that gap at the application layer using existing SDK capabilities.
Proposed Commands
Command
Description
hcli pqc audit
Scan managed accounts for quantum-vulnerable key types
hcli pqc score --account 0.0.123456
Calculate Quantum Readiness Score with breakdown
hcli pqc report --format json|csv|human
Generate compliance reports
Features
Vulnerability classification: 5-tier rubric (PQC_READY → CRITICAL) based on NIST SP 800-131A
Summary
Proposing a
pqcplugin for hiero-cli that provides post-quantum cryptography readiness assessment for managed Hiero accounts, topics, and tokens.Motivation
Every key in the Hiero ecosystem today (ED25519, ECDSA-secp256k1) is vulnerable to Shor's algorithm on a cryptographically-relevant quantum computer. With NIST finalizing PQC standards (FIPS 203/204/205) and CNSA 2.0 mandating adoption by 2027, organizations need assessment tooling now to understand their exposure and plan migration.
No HIP or tooling currently addresses PQC readiness in the Hiero ecosystem. This plugin fills that gap at the application layer using existing SDK capabilities.
Proposed Commands
hcli pqc audithcli pqc score --account 0.0.123456hcli pqc report --format json|csv|humanFeatures
Implementation
Follows the standard hiero-cli plugin architecture:
manifest.tswith 3CommandSpecentriesA companion HIP (Hiero Improvement Proposal) is being drafted to formalize the PQC readiness framework.
Related
I have a working implementation ready and will open a PR shortly.