Encoding

Base64 Decoding

Admin | 11-Sep-2015 | C#, VB.Net, C, C++, PHP

Decodes data encoded with MIME base64.

Base64 Encoding

Admin | 11-Sep-2015 | C#, VB.Net, C, C++, PHP

Encodes data with MIME base64. This encoding is designed to make binary data survive transport through transport layers that are not 8-bit clean, ...

URL Decoding

Admin | 11-Sep-2015 | C#, VB.Net, C, C++, PHP

Decodes URL-encoded string

URL Encoding

Admin | 11-Sep-2015 | C#, VB.Net, C, C++, PHP

URL-encodes string. This algorithm is convenient when encoding a string to be used in a query part of a URL, as a convenient way to pass variables to ...