entropy

Originally designed to determine the entropy of a file, this Rust program counts the character frequency from stdin

Installation

cargo install _____ Installation is a work-in-progress currently

Usage

``` Program to count character frequency from STDIN

Usage: entropy.exe [OPTIONS]

Options: -x, --hex Print in hex -l, --length Maximum number of characters to print [default: 50] -h, --help Print help information -V, --version Print version information `` <br>The-xflag prints the key for the character in hexadecimal <br>The-l` option modifies the maximum length of the histogram (all data is clamped within this value)