crypto-mcp
6
Crypto_MCP is a Model Context Protocol server designed for handling various encryption and decryption tasks, along with hashing and encoding/decoding capabilities. It supports multiple algorithms and modes, making it versatile for security-related operations.
Overview
Crypto_MCP
- A Model Context Protocol (MCP) server focused on providing encryption, decryption, algorithm, and hashing capabilities.
Features
- AES encryption and decryption supporting various modes and padding.
- Algorithms supported include MD5, SHA1, SHA256, SHA384, SHA512, and SHA224.
- DES encryption and decryption with different modes and padding.
- Encoding and decoding support for Base64 and Hex.
Installation
- Install via Smithery or manually by cloning the repository and installing dependencies.
Usage
- Provides tools for AES, DES, Digest, Base64, and Hex operations.
License
- Licensed under the MIT License.