Description
Common data formats such as Base64, hexadecimal, phonetic keys, and URL-safe text can be encoded and decoded in Java applications.
It is useful for protocols, storage formats, and application utilities that need consistent codec behavior. Encoding is not encryption, so do not treat encoded data as protected.