cyberchef_entropy
Calculate Shannon entropy to identify whether input data is plaintext, compressed, packed shellcode, or encrypted ciphertext. Provides calibrated analysis for Hex and Base64 representations.
Instructions
Calculates the Shannon entropy (randomness in bits per symbol) of the input data to determine whether it is plaintext, compressed data, packed shellcode, or high-entropy encrypted ciphertext. Provides representation-calibrated analysis for Hex (max 4.0 bits/char) and Base64 (max 6.0 bits/char).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | The data string or payload representation to analyze for information density and randomness. |