cyberchef_plaintext_check
Determine if a candidate string is plaintext by analyzing entropy, chi-square, English word hits, and index of coincidence. Returns a verdict with the deciding evidence to guide manual decoding.
Instructions
Decide whether a candidate is plaintext, and say which evidence decided it. This is the judgement every automatic-decoding search has to make and that no CyberChef operation exposes: Entropy, Chi Square and Index of Coincidence give the statistics, not the verdict. Reports printable ratio, English word hits, chi-squared against English letter frequencies and index of coincidence, with a verdict and the reason for it. Useful as the stopping condition when you are peeling layers off unknown data by hand.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | The candidate. At most 1 MB. | |
| language | No | Which language model to score against. Only English is implemented; the argument exists so a second one does not change the call shape. | english |