Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 588 Bytes

File metadata and controls

28 lines (21 loc) · 588 Bytes

entroper

A tiny CLI that computes Shannon entropy (bits/byte) for files and data streams.

Quick summary

Measure how random a file is to detect compression, encryption, or low-entropy data.

Usage

entroper [options]

Examples

  • Measure a file:
  1. entroper file.bin

Interpretation

0 = no variability — 8 = max randomness per byte. Values >= ~7.5 usually indicate compressed/encrypted data.

Contributing

Open issues, fork, make a branch, add tests/docs, and send a PR.

License

See LICENSE in the repository.