Data Encoding Tutorials - Herong's Tutorial Examples - v5.23, by Herong Yang
Base64 Encoding and Decoding Tools
This chapter provides notes and tutorials on Base64 encoding tools and built-in implementations in different programming languages. Topics include reviewing Base64 online tools; introducing Base64 command line tools on Windows, Linux and macOS systems; testing built-in implementations of Base64 encoding in Java, Python, PHP and Perl.
Base64.Guru - Base64 Online Tool
Windows Command - "certutil -encode/-decode"
Java Built-In Implementation of Base64
Java Built-In Implementation of MIME Base64
Python Built-In Implementation of Base64
Python Built-In Implementation of MIME Base64
PHP Built-In Implementation of Base64
PHP Built-In Implementation of MIME Base64
Conclusions:
Table of Contents
►Base64 Encoding and Decoding Tools
Base64URL - URL Safe Base64 Encoding