detect_cipher_type
Analyze encrypted text to identify the type of cipher used. Returns JSON with cipher type analysis.
Instructions
Attempt to identify the type of cipher used.
Args: ciphertext: Encrypted text to analyze
Returns: JSON with cipher type analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ciphertext | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |