Hash करने के लिए text
UTF-8 bytes
Hex bytes यहाँ दिखेंगे। जब आपका hash server से अलग हो तो encoding mismatch पकड़ने में काम आते हैं।
Hashes
Verify
MD5⚠
SHA-1⚠
SHA-256
SHA-512
Hash Generator — MD5, SHA-1, SHA-256, SHA-512
Hash क्या है?
Hash function किसी भी input को fixed size के fingerprint में बदलता है। एक ही input हमेशा एक ही output देता है, और एक byte भी बदलने पर पूरा fingerprint बदल जाता है। यह property hash को file verification, checksums, content addressing और digital signatures के लिए उपयोगी बनाती है। यह tool एक साथ चार सबसे आम algorithm compute करता है ताकि आप बिना tool बदले किसी भी published checksum से compare कर सकें।
कैसे उपयोग करें
- Toolbar में Text या File mode चुनें।
- Text टाइप या paste करें, या बाएँ panel में file drop करें।
- चारों hash दाएँ panel में आते हैं और आपके टाइप करते ही live update होते हैं।
- जिस algorithm की ज़रूरत है उसके पास Copy दबाएँ।
- किसी अज्ञात hash की पहचान के लिए उसे नीचे Verify field में paste करें। Tool बताता है कि चारों में से किस algorithm ने उसे बनाया (अगर कोई मिले)।