Generate bcrypt password hash using the bcryptjs library
Password to hash (max 72 bytes)
Cost factor (log2 rounds, max 12)
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