Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 716 Bytes

readme.md

File metadata and controls

29 lines (22 loc) · 716 Bytes

Codest

Small project to quickly see if a string is encoded in a known format.

Installation & use

  • clone project
  • cargo build --release
  • bring target/release/codest to your path
  • codest -h for help
codest 1.0
Taz <[email protected]>
Easily test a string with many decoding tools

USAGE:
    codest [FLAGS] <INPUT>

FLAGS:
    -h, --help       Prints help information
    -s, --silent     Prevents any log message to be output
    -l, --list       Displays a list of the supported decoder
    -V, --version    Prints version information
    -v               Sets the level of verbosity (Error[default] > Warning > Info > Debug > Trace)

ARGS:
    <INPUT>    The string you want to test