tool_classic_cipher
Apply classic ciphers like Caesar to encrypt or decrypt text with a specified shift. Solves simple cryptographic encoding needs.
Instructions
[crypto] Classic Cipher
Parameters:
data (string): Data
algorithm (string): Algorithm
shift (number): Shift
Outputs:
result (string): Result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Data | |
| shift | No | Shift | |
| result | No | Result | |
| algorithm | No | Algorithm |