PHP Classes / Base32

Encode and decode data with MIME base 32 encoding

Base32 PHP Class

This class can be used to encode data in MIME base 32 encoding according to the RFC 3548 specification. Base 32 is similar to base 64, except that it uses only letters and digits, but no symbols, so it is more immune to character loss due to misinterpretation during transmission.

Similar PHP Classes

Search in PHP Classes

Filter by tags