Base64 Encoding
<< Herong's Tutorial Notes on Data Encoding
This chapter provides notes and tutorials on Base64 encoding algorithm and implementations. Topics include reviewing Base64 algorithm; W3C implementation and Sun implementation in Java.
Base64 Encoding Algorithm W3C Implementation of Base64 in Java Sun Implementation of Base64 in Java
Base64 Encoding Algorithm
W3C Implementation of Base64 in Java
Sun Implementation of Base64 in Java