loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

pqc-messaging-plugin

MCP Tool

scottdhughes/pqc-messaging-plugin

Post-quantum encrypted messaging skills for AI agents. Hybrid X25519+ML-KEM-768 encryption, ML-DSA-65 authentication, opaque key handles. Claude Code plugin.

Install

$ npx loaditout add scottdhughes/pqc-messaging-plugin

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "pqc-messaging-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "pqc-messaging-plugin"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

Post-Quantum Encrypted Messaging for AI Agents

[](https://opensource.org/licenses/MIT)

> Research and Prototyping Only. This plugin uses post-quantum-mcp which depends on liboqs, explicitly not recommended for production use or protecting sensitive data.

A Claude Code plugin that gives AI agents quantum-resistant encrypted messaging capabilities. Agents can generate cryptographic identities, exchange keys, and send/receive authenticated encrypted messages — all using post-quantum algorithms that resist both classical and quantum attacks.

What This Does
  • Identity management — generate hybrid X25519 + ML-KEM-768 encryption keys and ML-DSA-65 signing keys, stored as opaque handles (secret keys never enter the conversation)
  • Key exchange — import/export identity cards, manage a contact directory, verify fingerprints
  • Encrypted messaging — seal messages with hybrid PQC encryption, sign with ML-DSA-65, deliver as self-contained envelopes
  • Sender verification — verify who sent a message before decrypting it (signature checked first, decryption second)
  • Forensic inspection — examine envelope metadata (sender, sizes, fingerprints) without any secret keys
Cryptographic Suite

Fixed suite: mlkem768-x25519-sha3-256

| Component | Algorithm | Standard | Purpose | |-----------|-----------|----------|---------| | Key encapsulation | X25519 + ML-KEM-768 | RFC 7748 + FIPS 203 | Hybrid quantum-resistant confidentiality | | KEM combiner | SHA3-256 | LAMPS draft | Combines classical + PQ shared secrets | | Encryption | AES-256-GCM | NIST | Authenticated encryption with AAD | | Sender signature | ML-DSA-65 | FIPS 204 | Quantum-resistant authentication | | Fingerprints | SHA3-256 | NIST | Public key identity |

Quick Start
1. Install the PQC MCP server
git clone 

Tags

ai-agent-messagingclaude-code-pluginencrypted-messagingmcpml-dsaml-kempost-quantum-cryptographyquantum-safe

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated15 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/30/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/scottdhughes/pqc-messaging-plugin)](https://loaditout.ai/skills/scottdhughes/pqc-messaging-plugin)