इस टूल में कोई समस्या है?
«टेक्स्ट हैश जनरेटर ऑनलाइन» के बारे में
यह टूल आपके चुने हुए एल्गोरिथ्म का उपयोग करके किसी भी टेक्स्ट स्ट्रिंग का क्रिप्टोग्राफिक हैश कंप्यूट करता है। समर्थित एल्गोरिथ्म में SHA-256, SHA-512, SHA-3, BLAKE2, SHAKE, RIPEMD-160, SM3, MD5 और SHA-1 शामिल हैं।
हैशिंग एक वन-वे ट्रांसफॉर्मेशन है: आप दोनों स्ट्रिंग्स को प्रकट किए बिना यह सत्यापित कर सकते हैं कि दो स्ट्रिंग्स एक ही हैश उत्पन्न करते हैं।
सुरक्षा-संवेदनशील कार्य के लिए SHA-256, SHA-512 या SHA-3 वेरिएंट चुनें। MD5 और SHA-1 से बचें।
इस टूल का उपयोग कैसे करें
How to hash text
Enter your text
Type or paste any plain text into the Text field — a password, a file content string, a canonical form of data, or any string you want to hash. There is no hard limit beyond 200 000 characters.
Choose an algorithm
Select the hash algorithm from the dropdown. SHA-256 and SHA-512 are recommended for security-sensitive applications. SHA-3 and BLAKE2 are modern alternatives. Avoid MD5 and SHA-1 for anything security-related — they are provided only for legacy compatibility.
Choose hex case
Select lower case (a–f, the default) or UPPER CASE (A–F) for the hexadecimal output. Both are equivalent — choose based on what your downstream system expects.
Run and copy the hash
Press Run. The hash is computed server-side and returned as a hex string. Click Copy to grab it. The same text and algorithm always produce the same hash — use this to verify data integrity or derive deterministic IDs from strings.