• ARTICLE
  • STRING
  • CONVERTER
  • ENCRYPT
  • NETWORK
  • MORE
    CHART
    MATH
    COORDINATE
    IMAGE
    FILE
  • ARTICLE
    STRING
    CONVERTER
    ENCRYPT
    NETWORK
    MORE
    CHART
    MATH
    COORDINATE
    IMAGE
    FILE
logo Online Tools
21 Comments Favorite Copy Link Share

Hash Calculation Online


Hash Calculation Online-summary

Calculate the hash value of text and file online, and the calculation supports MD2, MD4, MD5, SHA1, SHA256, SHA384, SHA512, SHA3-224, SHA3-256, SHA3-384, SHA3-512 algorithms. The input data supports string, hex, base64 string or file. The hash value of the corresponding data is calculated, and the calculation result is expressed as hexadecimal string and base64 string.

Hash Calculation Online-instructions

Hash is an algorithm that converts input data of any length into fixed length output, and the output result is the hash value.

hash example
  1. Upload File : Calculate the hash value of the file, support any type of file, and support 5MB at most. After opening the file, the input type will be automatically set to Hex.
  2. Input Type : Input content type, supports String, Hex, Base64.
  3. Charset : If the input type is String, the input content will be converted to a byte array using this character set.
  4. Hash : Hash algorithm, the selected hash algorithm will be used to generate the hash value. Currently supported hash algorithms are:MD2, MD4, MD5, SHA1, SHA224, SHA256, SHA384, SHA512, SHA3-224, SHA3-256, SHA3-384, SHA3-512.
  5. Result(HEX) : Hexadecimal string representation of HMAC calculation results.
    Result(Base64) : Base64 string representation of HMAC calculation results.