Crypto_MCP
JSON →A server for cryptographic operations like encryption, decryption, and hashing.
Install
npx -y @smithery/cli Tools · 14
- aes_encrypt Encrypt text with AES
- aes_decrypt Decrypt text with AES
- md5 Calculate MD5 hash of a string
- sha1 Calculate SHA-1 hash of a string
- sha256 Calculate SHA-256 hash of a string
- sha384 Calculate SHA-384 hash of a string
- sha512 Calculate SHA-512 hash of a string
- sha224 Calculate SHA-224 hash of a string
- des_encrypt Encrypt text with DES
- des_decrypt Decrypt text with DES
- base64_encode Encode text to base64
- base64_decode Decode base64 to text
- hex_encode Encode text to hex
- hex_decode Decode hex to text
Links
★ 11 GitHub stars