MD6 Hash Generator

Feb 5, 2019

MD6 Hash Generator is an online tool to compute the MD6 checksum of a string or file locally on your browser. This hash can be used to verify the integrity of the data during transmission. You can provide the expected hash and compare the calculated MD6 checksum with it. The MD6 hash can be generated in Base64 or Hex formats. The input can be provided in Plain Text, Base64 or as a binary file which you can select from your machine. Hit the Calculate button to generate and check the MD6 value


Your file or data will NOT be uploaded. All processing takes place locally inside your browser.

Input: Paste text below

Settings


Hex:
..
MD6 checksum in Hex
Base64:
..
MD6 checksum in Base64
Hash Matched:
..
Whether the calculated hash matched with the checksum you provided

MD6 is a new algorithm used to verify the integrity of data during transmission. The differentiating factor in Md6 is its ability to compute hashes extremely quickly by computing hashes in parallel for very large inputs.

Settings Explained
  • 1. Input Type

    The type of the input text (not applicable for files).

    Plain Text

    Lore ipsum dolor sit amet
    Base64

    TG9yZSBpcHN1bSBkb2xvciBzaXQgYW1ldA==
    Binary

    Click on Browse File and select a file for Binary Input Type
  • 2. MD6 hash to compare

    The hash to compare to in Base64 or Hex format

  • 3. Hash Size

    The size of the output Md6 hash.

Comments 0

History
Jan 4, 2018
Tool Launched