Base64 Decoding
Admin | 11-Sep-2015 | C#, VB.Net, C, C++, PHP
Decodes data encoded with MIME base64.
Admin | 11-Sep-2015 | C#, VB.Net, C, C++, PHP
Decodes data encoded with MIME base64.
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, ...
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 ...