Description: Base64 is one of the most common coding methods used to transmit 8Bit byte code on the network. We can check RFC2045 ~ RFC2049, and there is a detailed specification of MIME. Base64 encoding can be used to deliver longer identification information in a HTTP environment. Thirdly, Java language is used to encrypt / decrypt, and Base64 and pictures are transformed into each other.
To Search:
File list (Check if you may need any files):
Base64\Base64.java
Base64\Pic2Base64Utils.java
Base64