ar

حاسبة التجزئة

احسب تجزئات MD5 و SHA-1 و SHA-256 و SHA-512 و CRC32⌘⏎ run · ⇧⌘C copy · ⎋ reset
INPUT
أدخل أي نص لحساب تجزئته
OUTPUT
❯ _شغِّل عملية لرؤية النتائج هنا.then press ⌘⏎
ADSponsored

What is حاسبة التجزئة?

The Hash Calculator computes MD5, SHA-1, SHA-256, SHA-512 and CRC32 digests from any text you type, using your browser’s Web Crypto API. Hashes are one-way fingerprints used to verify file integrity, build cache keys, or compare data without storing it. Your input is processed locally and never sent to a server.

How to use it

  1. 01Type or paste text into the input.
  2. 02All digests compute instantly as you type.
  3. 03Copy any hash with a single click.

FAQ

Is MD5 or SHA-1 safe for security?

No — both are broken for collision resistance. Use SHA-256 or SHA-512 for anything security-related; MD5/SHA-1 are fine only for checksums.

Where is the hashing done?

In your browser via the Web Crypto API — your input never leaves the page.

Can I hash a file?

This tool hashes text; for large files use a checksum tool that streams the bytes.

أمثلة

Calculate MD5 hash{ "text": "Hello, World!" }

Related tools