Encrypt and decrypt data securely in Copilot Chat using AES-256-CBC tools.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "@erickwendel/ciphersuite-mcp" yet — see the docs or source repo.
Use ciphersuite-mcp to encrypt this JSON configuration with AES-256-CBC and return the ciphertext, IV, and the decryption parameter notes: {"apiKey":"abc123","env":"prod"}.Returns storable encrypted output plus the key details needed for decryption.
Use ciphersuite-mcp to decrypt this AES-256-CBC ciphertext and show the plaintext result; if parameters are missing, specify what is missing.
Outputs the decrypted plaintext or clearly lists the missing parameters required.
Using ciphersuite-mcp, give me a complete example workflow for AES-256-CBC encryption and decryption in VS Code Copilot Chat, including sample inputs and precautions.
Provides a reusable workflow with sample inputs, outputs, and safe usage guidance.
Perform key generation, encryption, hashing, HMAC, and certificate operations.
Use developer utilities for JSON validation, encoding, timestamps, and hashing.
Provide controlled repository access for AI coding agents with redaction and audit logs.
Compute and verify Keccak cryptographic hashes for data integrity checks.
Perform arithmetic, bitwise, conversion, and encoding tasks for development and reverse engineering.
A general MCP server for files, code analysis, async tasks, and secure transport.