Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Base 64:

  • Base 64 is a way to encode Binary code to ASCII while preserving special characters when transferring text.
  • Package java.util.Base64
  • Contains static methods for getting Encoders and Decoders
  • Encoder and Decoders contain methods for encoding and decoding