Description
Perl code can convert binary values to Base32 text and decode Base32 text back to bytes. This is useful for tokens, identifiers, QR-related data, and protocols that need text-safe binary representation.
It is an encoding library, not a security layer. Base32 makes data easier to transport, but it does not encrypt or authenticate the content.