Generate secure hashes (MD5, SHA1, SHA256, SHA512) for any text input.
Generate a secure BCRYPT hash for password storage.
Convert UNIX timestamps to human-readable date/time.
Generate a random, secure password of a specified length.
Generate Universally Unique Identifiers (UUIDs).
Convert a HEX color code to its RGB equivalent.
Convert an RGB color code to its HEX equivalent.
Encode or decode text using Base64 with optional padding.
Remove all HTML and JavaScript tags from text input.