Perform key generation, encryption, hashing, HMAC, and certificate operations.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "io.github.daedalus/mcp-cryptography" yet — see the docs or source repo.
Use this MCP tool to generate an RSA key pair and export it in PEM format. Also generate an AES symmetric key and explain suitable use cases for each key.
Returns the RSA public/private keys, the AES key, and guidance on when to use asymmetric versus symmetric encryption.
Encrypt the text "API_TOKEN=abc123" with Fernet, then compute its SHA-256 hash and an HMAC, and explain how to verify the data has not been tampered with.
Returns the ciphertext, hash, HMAC, and steps to verify integrity and decrypt the data.
Show how to generate a shared secret with X.25519, and explain how to create a basic X.509 certificate for an internal test environment.
Returns the shared secret generation result, the certificate creation workflow, and explanations of key parameters and use cases.
Encrypt and decrypt data securely in Copilot Chat using AES-256-CBC tools.
Compute cryptographic hashes and HMACs for integrity checks and verification.
Compute and verify Keccak cryptographic hashes for data integrity checks.
Use precise tools for math, randomness, dates, encoding, hashing, and more.
Use developer utilities for JSON validation, encoding, timestamps, and hashing.
Compute hashes, convert encodings, decode JWTs, and generate UUIDs quickly.