Generate secure random passwords with configurable options
Password length
Include uppercase letters
Include lowercase letters
Include numbers
Include symbols
Exclude ambiguous chars (0OIl1)
Number of passwords to generate
MD5 Hash
Generate MD5 hash from text input. WARNING: MD5 is cryptographically broken and should not be used for security purposes. It is still useful for checksums and non-security fingerprinting.
SHA-1 Hash
Generate SHA-1 hash from text input using Web Crypto API. WARNING: SHA-1 is deprecated for cryptographic use due to known collision attacks. It is still useful for checksums and non-security fingerprinting.
SHA-256 Hash
Generate SHA-256 hash from text input using Web Crypto API
SHA-384 Hash
Generate SHA-384 hash from text input using Web Crypto API