Password Generator
Create strong random passwords with custom length and character rules.
Open ToolGenerate secure credentials, encode payloads, and prepare safe data transport values.
Create strong random passwords with custom length and character rules.
Open ToolGenerate SHA hash digests instantly for text values.
Open ToolSafely encode and decode URL components for transport and debugging.
Open ToolToolCrux security and encoding tools focus on practical daily tasks: generating strong values, encoding strings for transport, and validating payload behavior during debugging. Instead of jumping between multiple utilities, this category gives developers and operators one place to run core security-adjacent operations quickly.
These free dev utilities are designed for no-signup usage and immediate output. Tools run directly in your browser for fast iteration and safer handling of sensitive test strings.
At least 16 characters is recommended. The Password Generator supports lengths up to 128 characters. Longer passwords with a mix of uppercase, lowercase, numbers, and symbols are exponentially harder to crack.
It supports MD5, SHA-1, SHA-256, and SHA-512. SHA-256 is the most commonly used for integrity checks. MD5 and SHA-1 are provided for compatibility but are not recommended for security-critical applications.
URL encoding (percent-encoding) replaces unsafe characters in URLs with % followed by hex values — it is designed for URLs and query strings. Base64 converts arbitrary binary data into an ASCII text string — it is designed for embedding data in formats that only support text.
No. Passwords are generated using your browser's cryptographic random number generator and are never sent to any server or stored in any database. Once you close the page, the password exists only where you copied it.
The current Hash Generator works with text input. Paste the file contents or a known hash to generate and compare digests. File-based hashing is planned for a future update.