Skip to content
/ codest Public

quick and easy way to see if a string has been encoded

License

Notifications You must be signed in to change notification settings

Tazoeur/codest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

quick and easy way to see if a string has been encoded

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages