1. Base64 algorithm in pure PHP
Updated on: 2016-03-17
Posted on: 2016-03-17
A base64 algorithm implemented in pure PHP may seem odd because PHP already implements encoding and decoding functions for that purpose as bult-in functions.
Read this article to learn why I developed a class to implement the base64 algorithm in pure PHP.
 More ...   
 Post a comment   
 See comments (0)   Trackbacks (0)
Read this article to learn why I developed a class to implement the base64 algorithm in pure PHP.
