< 1 2 3 >   ∑:53  Sort:Rank

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, 253🔥, 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, 238🔥, 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💬

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, 215🔥, 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💬

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💬

PHP 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 PHP implementation of the Base64 encoding algorithm.
2022-10-01, 186🔥, 0💬

Sun Implementation of Base64 in Java - Test
This section provides a test program for the Java implementation of the Base64 encoding algorithm by the Sun.
2022-10-01, 179🔥, 0💬

URL Encoding Support in PHP
This section provides a tutorial example on how to perform URL encoding/decoding and application/x-www-form-urlenco dedencoding/decoding in PHP.
2022-10-01, 176🔥, 0💬

Goetz' Implementation of Base64 in JavaScript - Test
This section provides a test program for the JavaScript implementation of the Base64 encoding algorithm by Goetz Heller.
2022-10-01, 173🔥, 0💬

Bitpedia Implementation of Base32 in Java - Test
This section provides a test program for the Java implementation of the Base32 encoding algorithm by the Bitcollider project.
2022-10-01, 150🔥, 0💬

Data Encoding Tutorials - Herong's Tutorial Examples
This book is a collection of tutorial notes and example codes written by the author while he was learning different data encoding algorithms. Topics include introduction of data encoding algorithms: Base32, Base64, UUEncode; Base64 Encoding Algorithm with W3C Implementation; Base64 Encoding tools an...
2022-03-12, 2041🔥, 1💬

💬 2022-03-12 Rishi V: Hi -- How do i buy copyright to the Java implantation of DES encryption / Decryption

Bitpedia Implementation of Base32 in Java
This section provides a Java implementation of the Base32 encoding algorithm by the Bitcollider project.
2022-01-27, 2679🔥, 3💬

💬 2016-05-21 Herong: Phil, byte[i] is actually a signed integer stored in 8-bit format. Statement like below is to convert byte[i] back as a unsigned...

💬 2016-05-18 phil.o: Thanks a lot for this implementation. I just wonder something: as byte is unsigned, would not (bytes[i] >= 0) ? always evaluate ...

Python Built-In Implementation of Base64URL
This section provides a tutorial example on how to perform Base64URL encoding on binary files using the default Python implementation of the Base64URL encoding algorithm.
2021-10-05, 860🔥, 1💬

Base32 Encoding
This chapter provides notes and tutorials on Base32 encoding algorithm and implementations. Topics include reviewing the Base32 encoding algorithm; reviewing different Base32 character set maps; reviewing implementations of Base32 coding in Java, PHP and C++ languages.
2021-03-13, 479🔥, 1💬

💬 2021-03-13 Hans: Hello World!

< 1 2 3 >   ∑:53  Sort:Rank