Popular Books:
Full Version in PDF/EPUB
Information on how to obtain the PDF version of this book for printing. 2022-10-01, ∼456🔥, 0💬
PHP - convert_uuencode() and convert_uudecode()
This section provides the source code of the PHP implementation of UUEncode by php.net. 2015-07-27, ∼450🔥, 1💬
Base32 Character Set Maps
This section describes some Base32 character set maps defined in RFC 3548 and RFC 2938. 2022-10-01, ∼441🔥, 0💬
PHP Implementation of Base64URL Encoding
This section provides a tutorial example on how to perform Base64URL encoding on binary files using my own implementation in PHP. 2022-10-01, ∼412🔥, 0💬
Andre's Implementation of Base32 in PHP - Test
This section provides a test program for the PHP implementation of the Base32 encoding algorithm by Andre DeMarre. 2022-10-01, ∼406🔥, 0💬
Goetz' Implementation of Base64 in JavaScript
This section provides a JavaScript implementation of the Base64 encoding algorithm by Goetz Heller. 2022-10-01, ∼400🔥, 0💬
Correction to Sun Implementation of UUEnccode
This section provides a correction to the Java implementation of UUEncode by Sun to fix the problem with the end of line delimiter. 2022-10-01, ∼375🔥, 0💬
Perl Built-In Implementation of Base64
This section provides a test program for the default Perl implementation of the Base64 encoding algorithm encode_base64() and decode_base64() functions. 2022-10-01, ∼308🔥, 0💬
Perl Implementation of Base64URL Encoding
This section provides a tutorial example on how to perform Base64URL encoding on binary files using my own implementation in Perl. 2022-10-01, ∼303🔥, 0💬
W3C Implementation of Base64 in Java
This section provides a test program for the Java implementation of Base64 by W3C. Tests of both encoder and decoder are provided. 2022-10-01, ∼302🔥, 0💬
About This Book
This section provides some detailed information about this book - __title__. 2022-10-01, ∼296🔥, 0💬
PHP Built-In Implementation of Base64
This section provides a test program for the default PHP implementation of the Base64 encoding algorithm - base64_encode() and base64_decode() functions. 2022-10-01, ∼288🔥, 0💬
Python Built-In Implementation of Base64
This section provides a test program for the default Python implementation of the Base64 encoding algorithm base64.b64encode() and base64.b64decode() methods. 2022-10-01, ∼275🔥, 0💬
References
List of reference materials used in this book. 2022-10-01, ∼271🔥, 0💬
Popular Posts:
This chapter provides notes and tutorials on installing PHP on Windows systems. Topics include downl...
A tutorial example is provided on how to download and install GNU Unifont font family on Windows 7 s...
This section provides a tutorial example on how to list files stored in a JAR file with the 'jar --l...
Want to know when is the 2033 Chinese New Year day? Look for free Chinese calendars for 2033? Chines...
This section describes how to configure Apache to use Apache PHP load module to run PHP scripts as W...