aes_decrypt
Decrypt text encrypted with AES using customizable options for key, mode, padding, and input format, ensuring secure data retrieval on the Crypto_MCP server.
Instructions
decrypt text with aes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | text to encrypt and decrypt | |
inputFormat | No | input format, default is base64 | base64 |
iv | No | iv, default is your-iv-01234567 | |
key | No | decrypt key, default is your-key-0123456 | |
mode | No | mode, default is ECB | ECB |
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
- @1595901624/crypto-mcp
- @1595901624/crypto-mcp