< 1 2 3 >   ∑:53  Sort:Date

PHP - convert_uuencode() and convert_uudecode()
This section provides the source code of the PHP implementation of UUEncode by php.net.
2015-07-27, 383🔥, 1💬

Java Built-In Implementation of MIME Base64
This section provides a tutorial example on how to perform Base64 encoding on binary files with both standard and MIME options using the default Java implementation of the Base64 encoding algorithm.
2022-10-01, 357🔥, 0💬

Base32 Character Set Maps
This section describes some Base32 character set maps defined in RFC 3548 and RFC 2938.
2022-10-01, 356🔥, 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, 318🔥, 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, 318🔥, 0💬

Full Version in PDF/EPUB
Information on how to obtain the PDF version of this book for printing.
2022-10-01, 317🔥, 0💬

Perl Built-In Implementation of MIME Base64
This section provides a tutorial example on how to perform Base64 encoding on binary files with both standard and MIME options using the default Perl implementation of the Base64 encoding algorithm.
2022-10-01, 317🔥, 0💬

Base64URL - URL Safe Base64 Encoding
This chapter provides notes and tutorials on Base64URL encoding algorithm and implementations. Topics include reviewing Base64URL encoding algorithm; invoking built-in implementation of Base64URL encoding functions in Java and Python; implementing Base64URL encoding yourself in PHP and Perl.
2022-10-01, 301🔥, 0💬

Base64 Encoding
This chapter provides notes and tutorials on Base64 encoding algorithm and implementations. Topics include reviewing Base64 encoding algorithm; W3C implementation and Sun implementation in Java.
2022-10-01, 293🔥, 0💬

Goetz' Implementation of Base64 in JavaScript
This section provides a JavaScript implementation of the Base64 encoding algorithm by Goetz Heller.
2022-10-01, 293🔥, 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, 280🔥, 0💬

RFC 1521 - MIME (Multipurpose Internet Mail Extensions)
This section provides a summary of 'RFC 1521 - MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Specifying and Describing the Format of Internet Message Bodies' and how the Base64 encoding algorithm was adopted in this RFC.
2022-10-01, 252🔥, 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, 251🔥, 0💬

URL Encoding, URI Encoding, or Percent Encoding
This chapter provides notes and tutorials on URL encoding Topics include URL encoding; reserved characters; percent encoding; application/x-www-form-urlenco dedencoding; tutorial program examples in Java and PHP.
2022-10-01, 237🔥, 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, 235🔥, 0💬

RFC 1421 - Privacy Enhancement for Email
This section provides a summary of 'RFC 1421 - Privacy Enhancement for Internet Electronic Mail: Part I: Message Encryption and Authentication Procedures' and how the Base64 encoding algorithm was finalized in this RFC.
2022-10-01, 234🔥, 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, 229🔥, 0💬

UUEncode Encoding
This chapter provides notes and tutorials on UUEncode algorithm and implementations. Topics include reviewing UUEncode encoding algorithm; Java implementation by Sun and its correction.
2022-10-01, 214🔥, 0💬

URL Encoding on HTML Form Data - Firefox
This section provides a tutorial example on how Internet Explorer (IE) 7.0 is applying URL encoding on HTML form input data. Firefox uses application/x-www-form-urlenco dedencoding.
2022-10-01, 214🔥, 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, 214🔥, 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, 208🔥, 0💬

About This Book
This section provides some detailed information about this book - __title__.
2022-10-01, 204🔥, 0💬

Java Built-In Implementation of Base64
This section provides a test program for the default Java implementation of the Base64 encoding algorithm java.util.Base64.Encoder.encod e()and java.util.Base64.Decoder.decod e()methods.
2022-10-01, 202🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, 194🔥, 0💬

< 1 2 3 >   ∑:53  Sort:Date