Base64 Cli 1.0, a commandline tool to encode and decode content using Base64 is released. This tool reads and writes to the standard input and standard output respectively.
Example usage:
$ java -jar base64-cli-1.0-jar-with-dependencies.jar < a.txt > a.txt.base64
For all commandline options:
$ java -jar base64-cli-1.0-jar-with-dependencies.jar -h
No comments:
Post a Comment