Core Utility Classes
Base64Util
Utility class for conversion between binary data and Base64 strings
Overview
Base64Util
is a core encoding/decoding tool in encrypted communication, primarily implementing mutual conversion between binary data and Base64 text. In API communication, Base64 encoding ensures encrypted binary data can be safely transmitted via HTTP protocol.