Tool Hub

Hash Generator

SHA-1, SHA-256, SHA-384 या SHA-512 का उपयोग करके टेक्स्ट से हेक्स डाइजेस्ट की गणना करें (WebCrypto)

ब्राउज़र के निर्मित WebCrypto API का उपयोग करके किसी भी टेक्स्ट की हेक्स डाइजेस्ट की गणना करें। कोई डेटा आपके ब्राउज़र से नहीं निकलता।

Hash (hex)

कैसे उपयोग करें

  1. Type or paste any text into the input area.
  2. चुनें
  3. Copy the hexadecimal digest from the output field.
  4. All computation runs in your browser via the WebCrypto API — nothing is stored or sent anywhere.

उदाहरण

  • Hashing "hello" with SHA-256 produces 2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824.
  • Switching to SHA-512 for the same input produces a 128-character hex digest, twice as long.

उत्पादन में उपयोग से पहले आउटपुट सत्यापित करें। कोई वारंटी नहीं — देखें शर्तें.