CheckPQC
0.2.7
Verify post-quantum TLS readiness (TLS 1.3 + ML-KEM hybrid) from PowerShell. Hosted checks require only PowerShell + HTTPS; offline checks can use the @aegyrix/check-pqc CLI.
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) Aegyrix LLC. MIT License.
Package Details
Author(s)
- Aegyrix LLC
Tags
PQC PostQuantum TLS ML-KEM Security Cryptography Audit CI Aegyrix CheckPQC
Functions
Test-PQC Test-PQCOffline Get-PQCVerdict Install-PQCCli Update-PQCCli Uninstall-PQCCli
Dependencies
This module has no dependencies.
Release Notes
0.2.7
- Test-PQC now uses the hosted CheckPQC API by default, so PSGallery installs
work with no Node.js, npm, OpenSSL, or PATH changes for public HTTPS checks.
- Test-PQC -Offline and Test-PQCOffline still use the local CLI for air-gapped
or custom-port probes, and auto-install @aegyrix/check-pqc when Node 18+ is
available.
- CLI lookup now checks npm's global prefix as well as PATH, fixing fresh npm
installs before PowerShell is restarted.
- Same seven verdicts and exit semantics as the CLI and hosted API:
HYBRID_ENABLED / PQC_ENABLED / AVAILABLE_NOT_ACTIVE / CLIENT_ONLY /
SERVER_ONLY / NOT_READY / UNKNOWN.
FileList
- CheckPQC.nuspec
- CheckPQC.psd1
- CheckPQC.psm1
- README.md
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 0.2.8 | 8 | 4/29/2026 |
| 0.2.7 (current version) | 3 | 4/29/2026 |
| 0.2.6 | 4 | 4/29/2026 |
| 0.2.5 | 3 | 4/28/2026 |