# What is a hash?

The technology used by VIDT is built around something called a hash. A hash is like a unique digital fingerprint for a file. This fingerprint is calculated using the digital information, the 1s and 0s, that make up a file.

{% hint style="info" %}
When VIDT creates a timestamp, it records the file's hash - its unique fingerprint - and not the file itself.
{% endhint %}

Here's the special thing about a hash: if you have the same file, you will always get the same hash. But, if you change even the smallest thing in the file, you'll get a completely different hash.

## Privacy

Another important thing about a hash is that you can't use it to figure out what the original file was. It's a one-way thing. You can create a hash from a file, but you can't create a file from a hash.

This is why the VIDT timestamp is so valuable. When VIDT creates a timestamp, it records the file's hash - its unique fingerprint - and not the file itself. This hash is proof that the file existed at a specific point in time. This method is both efficient and good for privacy. It gives you a way to prove that a document existed, without having to share the document itself.<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://academy.vidt-dao.com/timestamping/how-does-timestamping-work/what-is-a-hash.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
