
Base32, defined in IETF RFC 4648, is an encoding for arbitrary binary data into the characters A-Z, numbers 2-7, and the equals sign [=], for padding.
This PHP library provides suitable encode and decode functions which translate data to/from the Base32 format.
Base32Hex, defined in the same RFC, is also supported.