I need custom implementation (library or set of classes/functions) of Base32 or Base64 in PHP
Function should return URL safe strings.
I need custom implementation (library or set of classes/functions) of Base32 or Base64 in PHP
Function should return URL safe strings.
I would use these functions to make strings URL safe.
Since you don't have access to base64 build in function I suggest you this :