crypto_entropy
Analyze a string's Shannon entropy at character and byte levels, and classify it as very low, low, normal, compressed, or encrypted/random.
Instructions
Shannon entropy calculation and classification for strings. Computes both character-level and byte-level entropy, classifying the result into categories: very low (repeated), low (simple text), normal text, compressed/encoded, or encrypted/random.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | String to analyze |