Base32 Encode / Decode
Encode and decode text using Base32
Base32 uses A-Z and 2-7 (no 0, 1, 8, 9 to avoid confusion). Standard for OTP codes, 2FA authentication, Google Authenticator, Microsoft Authenticator, and RFC 4648 compliance. Human-readable format ideal for manual entry.