Hash Generator

Generate various types of hashes from your text input.

Input

Enter text and select a hash algorithm.

Generated Hash

What is a Hash?

A hash function is any function that can be used to map data of arbitrary size to fixed-size values. The values returned by a hash function are called hash values, hash codes, digests, or simply hashes. They are widely used in computer science for tasks such as checking data integrity, password storage, and in data structures like hash tables. This tool allows you to generate hashes using several common cryptographic hash functions like MD5, SHA-1, and SHA-256.