Encode or Decode a text to Base64
Usage:java Base64e_d -option text
Options:
-e encode the text supplied
-d decode the text supplied
I created this project with out using any encoding libraries available in java. So that ,it will be helpful in understanding the implementation of Base64.
I will be adding File encode decode support in next major release.