Security Note: All hashing is performed locally in your browser. No data is sent to any server. SHA-256, SHA-384, and SHA-512 are recommended for security purposes. SHA-1 and MD5 are included for compatibility but are considered cryptographically broken.
Security Note: Passwords are generated locally using cryptographically secure random values. No data is sent to any server. Use passwords of at least 12 characters with mixed character types for best security.
Security Note: Random strings are generated locally using cryptographically secure random values. No data is sent to any server. Useful for API keys, tokens, unique identifiers, and test data.
Security Note: Bcrypt hashing is performed locally in your browser using the bcryptjs library. No data is sent to any server. Bcrypt is designed to be slow and resistant to brute-force attacks, making it ideal for password hashing.