\FOFEncryptBase32
FOFEncryptBase32
Synopsis
class FOFEncryptBase32
{
- // constants
- const CSRFC3548 = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ234567';
- // methods
- private string str2bin()
- private string bin2str()
- private string fromBin()
- private string toBin()
- public string encode()
- public string decode()
- private string _mapcharset()
- private string _mapbin()
Constants
Name | Value |
---|---|
CSRFC3548 | 'ABCDEFGHIJKLMNOPQRSTUVWXYZ234567' |