aes_encrypt
Encrypt text using AES algorithm with customizable key, IV, mode, padding, and output format for secure data handling.
Instructions
encrypt text with aes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | text to encrypt and decrypt | |
iv | No | iv, default is your-iv-01234567 | your-iv-01234567 |
key | No | encrypt key, default is your-key-0123456 | |
mode | No | mode, default is ECB | ECB |
outputFormat | No | output format, default is base64 | base64 |
padding | No | padding mode, default is Pkcs7 | Pkcs7 |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Crypto_MCP
Related Tools
- @1595901624/crypto-mcp
- @1595901624/crypto-mcp
- @1595901624/crypto-mcp
- @dcSpark/mcp-cryptowallet-evm
- @dcSpark/mcp-cryptowallet-evm