• Home
Tools
  • TOTP
  • QR code
  • Timestamp
  • Cropper
  • Codec
URL Encoder/Decoder
Encode or decode URLs to handle special characters, ensuring links are correctly transmitted over the network.
HTML Entity Encoder/Decoder
Convert characters to HTML entities (like &) or back to plain text. Useful for web security and character escaping.
Unicode Converter
Convert text to Unicode escape sequences (e.g., \uXXXX) and vice versa for internationalization support.
Base64 Encoder/Decoder
Transform text data into Base64 format or decode Base64 strings back to original plain text.
Cryptography (Encryption)
Encrypt and decrypt text locally using symmetric (AES-GCM) or asymmetric (RSA-OAEP) algorithms.
Digital Signature
Generate and verify digital signatures client-side using HMAC-SHA256 and RSA-PSS keys.