Kah – The Developer

Posts Tagged ‘Base 64

Decoding Base 64 with OpenSSL

Posted by: kahgoh on: 25 June, 2008

Base 64 is a form of encoding that converts groups of 24 bits to four ASCII characters. The details of base 64 encoding is detailed on the Base 64 (Wikipedia) page. The information on that page should be enough for you to write your own base 64 decoder. Alternatively, we can use OpenSSL to do [...]