Base32 is a binary-to-text encoding scheme representing binary data in an ASCII string format using a 32-character alphabet (A-Z, 2-7).
Encode or decode Base32 variables client-side.
Encode plain text to Base32 RFC 4648 format or decode Base32 strings back to text.
Base32 is a binary-to-text encoding scheme representing binary data in an ASCII string format using a 32-character alphabet (A-Z, 2-7).
Encode or decode Base32 variables client-side.
Encode plain text to Base64 format or decode Base64 strings back to text.
Generate cryptographically secure passwords. Customize length and choose to include numbers, uppercase letters, and symbols.
Evaluate password complexity, entropy bits, and estimated crack time client-side.
Generate secure SHA-1, SHA-256, and SHA-512 hashes. Secure browser Web Cryptography execution.