Hash & Encryption

Provides multiple mainstream hashing algorithms for data verification, digital signatures, and password security.

MD5 Hash

Calculates the MD5 hash of the input string, with support for HMAC-MD5.

SHA1 Hash

Calculates the SHA-1 hash of the input string, for checksums.

SHA256 Hash

Calculates the SHA-256 hash of the input string, a modern security standard.

SHA-512 Encryption

Calculates the SHA-512 hash of the input string, a stronger algorithm.

BCrypt Encryption

Professional password hashing and verification tool, with support for cost factors.