des_decrypt
Decrypt DES-encrypted text using customizable parameters like mode, padding, and input format. Supports base64 and hex inputs with options for initialization vector and key.
Instructions
decrypt text with des
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | text to decrypt | |
inputFormat | No | input format, default is base64 | base64 |
iv | No | initialization vector, default is your-iv- | your-iv- |
key | No | decryption key, default is your-key | |
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
- @dcSpark/mcp-cryptowallet-evm
- @5ajaki/safe-mcp-server