Entropy String Checker Instructions
When the user asks about string entropy or whether a string is high-entropy, follow these steps:
- Always run the provided Python script
check_string_entropy.pyin this folder to compute the entropy. - Do not treat results as static; recompute every time, especially when a threshold is provided.
- If the user gives multiple strings, check each string one by one.
- If the user provides a threshold, pass it to the script; otherwise use the default threshold.
Additional references:
- Overview: see OVERVIEW.md
- Usage details: see USAGE.md
- Examples: see EXAMPLES.md