EllyTools

画像ツール

計算ツール

テキストツール

カラーツール

ファイルツール

便利ツール

ハッシュ生成ツール

MD5・SHA-1・SHA-256・SHA-512ハッシュを生成

上にテキストを入力するとハッシュが生成されます

4つのハッシュアルゴリズムを同時計算

使い方

関連ツール

こんな方におすすめ

    EllyToolsが選ばれる理由

    100%無料&無制限

    登録不要、制限なし。何度でもお使いいただけます。

    プライバシー最優先

    すべての処理はブラウザ内で行われます。ファイルがデバイスの外に出ることはありません。

    インストール不要

    デスクトップ、タブレット、スマートフォンなど、あらゆるデバイスのブラウザで直接動作します。

    高速&安定

    最新のブラウザ技術による即座の結果。

    Hash Generator: MD5, SHA-1, SHA-256 and What They're Used For

    A cryptographic hash takes any input and produces a fixed-length 'fingerprint' that uniquely (with overwhelming probability) identifies it. Hashes are used for file integrity, password storage, digital signatures, and version IDs.

    A good hash function has three properties: deterministic (same input always produces same output), unique (different inputs almost always produce different outputs), and one-way (you can't derive the input from the hash). The hashes most people encounter are MD5 (legacy, broken), SHA-1 (broken in some uses), and SHA-256 (modern standard).

    Common hash algorithms

    AlgorithmOutput lengthStatus
    MD5128 bits / 32 hex charsCryptographically broken — only use for non-security purposes (file integrity)
    SHA-1160 bits / 40 hex charsCryptographically broken for collision resistance — phasing out
    SHA-256256 bits / 64 hex charsCurrent standard
    SHA-512512 bits / 128 hex charsSame family, larger output
    BLAKE3256 bits or arbitraryModern, very fast — gaining adoption

    Extended FAQ

    Can a hash be reversed?

    Not directly. For short or common inputs (passwords like '123456'), attackers use precomputed tables (rainbow tables). That's why password storage uses 'salted' hashes with bcrypt/scrypt/Argon2 — making each hash effectively unique.

    Are my pasted strings stored?

    No — runs entirely in your browser.