Labsco
1595901624 logo

Crypto_MCP

โ˜… 11

from 1595901624

A server for cryptographic operations like encryption, decryption, and hashing.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

MseeP.ai Security Assessment Badge

Crypto_MCP Logo

Crypto_MCP

A Model Context Protocol (MCP) server for encrypting/decrypting/algorithm/hash

Smithery Badge

๐Ÿ“ Description

A Model Context Protocol (MCP) server for encrypting/decrypting/algorithm/hash.

๐Ÿ“บ Demo

Demo

โœจ Features

  • Support AES encryption and decryption (128 bits)
    • Support mode: ECB, CBC, CFB, OFB, CTR
    • Support padding mode: Pkcs7, Iso97971, AnsiX923, Iso10126, ZeroPadding, NoPadding.
    • Support output format: base64, hex
    • Support input format: base64, hex
  • Support MD5, SHA1, SHA256, SHA384, SHA512, SHA224 algorithm
  • Support DES encryption and decryption (64 bits)
    • Support mode: ECB, CBC, CFB, OFB, CTR
    • Support padding mode: Pkcs7, Iso97971, AnsiX923, Iso10126, ZeroPadding, NoPadding.
  • Support Base64 encode and decode
  • Support Hex encode and decode

๐Ÿ”ฎ Comming Soon

  • Support more encryption and decryption algorithms

๐Ÿ“ Development

# Install dependencies
npm install

# Build the project
npm run build

# Development with auto-rebuild
npm run watch

๐Ÿ“ License

This project is licensed under the MIT License. See the LICENSE file for details.