Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 274 Bytes

File metadata and controls

5 lines (5 loc) · 274 Bytes

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