हैश/क्रिप्टो
Checksum Verifier
फ़ाइल या टेक्स्ट की इंटीग्रिटी वेरिफाई करें — अपेक्षित हैश पेस्ट करें, टूल 13 सपोर्टेड एल्गोरिदम में से खुद पहचान लेगा।
गणना किए गए हैश
Sites publish a checksum next to a download so users can confirm the file arrived intact and hasn't been tampered with. This tool hashes your file and compares it against the expected value, detecting the algorithm automatically.
How to use it
- Pick a file or paste text, then paste the expected hash published by the source.
- The tool auto-detects the algorithm from the hash's length among the 13 it supports (MD5, SHA-1, SHA-256, and others) and shows whether the result matches.
- If the algorithm is known ahead of time, you can select it manually for a more precise check.
Common uses
- Verifying an ISO image or installer after downloading it, before burning it to media.
- Confirming an archive of important data survived a network transfer intact.
- Cross-checking a package manager's checksum against the one the developer published.
Things to keep in mind
A checksum check protects against accidental corruption and confirms file integrity, but it doesn't guarantee the original itself wasn't compromised at the source — that requires a digital signature.
If the checksum doesn't match, re-download the file first: the most common cause is corruption in transit, not tampering.
इस टूल के बारे में लेख: Checksum Verifier: यह कैसे जाँचें कि कोई फ़ाइल खराब तो नहीं है
अक्सर पूछे जाने वाले प्रश्न
डाउनलोड पर सीधे भरोसा करने के बजाय चेकसम की तुलना करने का क्या फ़ायदा है?
चेकसम आपको यह पुष्टि करने देता है कि फ़ाइल ट्रांसफ़र के दौरान खराब नहीं हुई या छेड़छाड़ नहीं हुई, स्थानीय रूप से गणना किए गए हैश की तुलना स्रोत द्वारा प्रकाशित हैश से करके — यदि वे मेल नहीं खाते, तो फ़ाइल प्रकाशित फ़ाइल से अलग है।
चेकसम सत्यापित करने के लिए कौन-सा एल्गोरिद्म इस्तेमाल करूं?
वही एल्गोरिद्म इस्तेमाल करें जिसमें स्रोत ने चेकसम प्रकाशित किया है — आज आमतौर पर SHA-256, हालांकि पुराने SHA-1 या MD5 चेकसम अब भी पुरानी फ़ाइलों के लिए आम हैं। एल्गोरिद्म बिल्कुल मेल खाना चाहिए, क्योंकि एक एल्गोरिद्म के हैश की तुलना दूसरे से नहीं की जा सकती।
क्या फ़ाइल सत्यापित करने पर वह कहीं अपलोड होती है?
नहीं। फ़ाइल पूरी तरह आपके ब्राउज़र में पढ़ी और हैश की जाती है — यह कभी सर्वर पर अपलोड नहीं होती।
चेकसम के लिए कभी-कभी SHA-256 की जगह CRC32 का इस्तेमाल क्यों होता है?
CRC32 कहीं ज़्यादा तेज़ है, लेकिन इसे जान-बूझकर आसानी से नकली बनाया जा सकता है — ट्रांसफर के दौरान गलती से हुई खराबी पकड़ने के लिए यह ठीक है (आर्काइवर्स, नेटवर्क प्रोटोकॉल्स), लेकिन किसी हमलावर से बचाव के लिए, जो फ़ाइल चुपके से बदलना चाहता है, यह उपयुक्त नहीं।
अगर चेकसम मेल न खाए तो क्या करें?
पहले फ़ाइल दोबारा डाउनलोड करें — अंतर की सबसे आम वजह ट्रांसफर के दौरान होने वाली खराबी होती है। अगर दोबारा डाउनलोड करने के बाद भी सम मेल नहीं खाता, तो फ़ाइल का इस्तेमाल न करें: हो सकता है स्रोत ने प्रकाशित सम अपडेट किए बिना फ़ाइल अपडेट कर दी हो, या फ़ाइल बदल दी गई हो।