Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sravan0x00/java_base64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

java_base64

Encode or Decode a text to Base64

Usage:java Base64e_d -option text

Options:

-e encode the text supplied

-d decode the text supplied

Example: java Base64e_d -e "Hello World"

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.

About

Encode or Decode a text to Base64

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages