kali_crypto_tools
Encode, decode, encrypt, or decrypt data using cryptography tools like OpenSSL, Base64, and XXD for security testing operations.
Instructions
Cryptography and encoding tools
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | Tool to use (openssl, base64, base32, xxd, etc.) | openssl |
| operation | No | Operation to perform (encode, decode, encrypt, decrypt) | |
| input | No | Input data or file | |
| options | No | Additional options |