Tutorial Books:
Base64 Encoding Algorithm
This section describes the Base64 encoding algorithm with some simple encoding examples. 2023-01-26, 22061👍, 31💬
💬 2022-02-06 ANONYMOUS: Wow! Nice explain.. Thanks a lot ;)
💬 2021-11-21 Jack: The best explanation of Base64 encoding! Thanks!
Windows Command - "certutil -encode/-decode"
This section provides a tutorial example on how to use 'certutil -encode' command on a Windows system to perform Base64 encoding and decoding. 2023-05-19, 19648👍, 7💬
💬 2022-07-21 Herong: R, thanks for the correction.
💬 2022-07-20 R W: "Base64 with not line breaks" should be"Base64 with no line breaks"
Base32 Encoding Algorithm
This section describes the Base32 encoding algorithm with some simple encoding examples. 2023-05-22, 14350👍, 11💬
application/x-www-form-urlencoded Encoding in Java
This section provides a tutorial example on how to use Java URLEncoder class to perform application/x-www-form-urlenco dedencoding and decoding. 2023-01-24, 8833👍, 3💬
Sun Implementation of Base64 in Java
This section provides the source code for the Java implementation of Base64 by Sun. 2016-01-23, 3072👍, 2💬
Bitpedia Implementation of Base32 in Java
This section provides a Java implementation of the Base32 encoding algorithm by the Bitcollider project. 2022-01-27, 2486👍, 3💬
UUEnccode Algorithm
This section describes the UUEncode algorithm with some simple encoding examples. 2023-05-17, 2388👍, 6💬
💬 2015-09-16 Mark Sitkowski: Excellent! Just what I was looking for
macOS Command - "base64"
This section provides a tutorial example on how to use 'base64' command on a macOS system to perform Base64 encoding and decoding. 2022-10-01, 2345👍, 0💬
Sun Implementation of UUEnccode in Java
This section provides a test program for the Java implementation of UUEncode by Sun. Tests of both encoder and decoder are provided. 2016-02-29, 1887👍, 2💬
Andre's Implementation of Base32 in PHP
This section provides a PHP implementation of the Base32 encoding algorithm by Andre DeMarre. 2016-02-11, 705👍, 1💬
Linux Command - "base64"
This section provides a tutorial example on how to use 'base64' command on a Linux system to perform Base64 encoding and decoding. 2022-10-01, 374👍, 0💬
URL Encoding Variations
This section describes variations of URL encodings: RFC 3986 URI Encoding, application/x-www-form-urlenco dedEncoding, RFC 1738 URL Encoding. 2022-11-23, 330👍, 1💬
PHP - convert_uuencode() and convert_uudecode()
This section provides the source code of the PHP implementation of UUEncode by php.net. 2015-07-27, 311👍, 1💬
madebits Implementation of Base32 in C++
This section provides a C++ implementation of the Base32 encoding algorithm by madebits.com. 2022-10-01, 294👍, 0💬
URI String and Components in Java
This section provides a tutorial example on how to create URI strings with URI components using Java java.net.URI class. 2022-10-01, 276👍, 0💬
Base64.Guru - Base64 Online Tool
This section describes the Base64.Guru Website, which offers a Base64 online tool for decoding and encoding with a number nice features. 2022-10-01, 275👍, 0💬
Base32 Character Set Maps
This section describes some Base32 character set maps defined in RFC 3548 and RFC 2938. 2022-10-01, 228👍, 0💬
Popular Posts:
This section describes META-INF files in an .apk package file: MANIFEST.MF - manifest file, CERT.SF ...
This section provides a tutorial example on how to install the 'make' utility on Windows, NMake 1.5,...
This section describes a tutorial example on how to create an error handler to be used by the valida...
This section provides a tutorial example on how to use 'On Error GoTo 0' to turn off the error handl...
This chapter provides a quick introduction to SOAP (Simple Object Access Protocol).