recho-1.0.2 is not a library.
Recho v1.0.0
Summary:
A GNU UNIX style "echo" command line utility with added Base64 functionality. Recho offers all the functionality of traditional ECHO, but allows the user to encode/decode strings into/from Base64.
Usage:
Recho has three switches that can be utilized from the command line:
| Switch | Description |
|---|---|
-h |
to display runtime help |
-tb |
to convert the passed string "to-base64" |
-fb |
to convert the passed string "from-base64" |
Examples:
The following are the example uses for Recho:
# By default does include newlines.
> recho.exe
# To remove newlines after the string, pass the -n switch
> recho.exe
# To encode something in base64, pass the -tb switch, which also removes newline character
> recho.exe
# To decode something in base64, pass the -fb switch, which also removes the newline character.
> recho.exe
# To display the inline help screen, pass the -h switch.
> recho.exe
)
)
)