Trusted Timestamping on the STEEM Blockchain

What is a trusted timestamp?

Trusted timestamping is achieved through including the hash 'fingerprint' of your file on a transaction on a decentralised blockchain (in this case, STEEM). No one, not even the original owner will ever be able to change the date. This tool allows you to calculate the hash value of any file and write it onto the STEEM Blockchain 100% free. This timestamp proves the existence of the file at the moment where it was stamped.

What are real world uses for this exactly?

You can technically prove that an essay you need to give to your professor by friday, was actually written before friday, even though this would be foolish to try practically. Other examples would be for patent registration, insurance contracts and this kind of things.

How to make a timestamp?

You can either directly enter your hash, or use our tool to calculate it for you. Then you just need to press the Stamp! button and within 2-4 seconds a success message should appear, telling you the recorded time. All times displayed are UTC.

Verifying a timestamp

In order to be able to verify, you need to keep the original file, and remember which hashing algorithm you used. To prove a document existed, just send the file to someone, and tell them to test the file and press the 'Verify!' button. If the file doesn't match a recorded timestamp on the blockchain, it should say 'hash not found'. If on the opposite this hash was ever written on the blockchain, it will display the earliest timestamp of this hash and the block number.

Why is this better than other timestamping solutions?

Blockchains are built on top of a trusted timestamp mechanism and are a perfect to achieve proof of existence. STEEM blockchain is currently the only one that has literally zero costs to print a message as small as a hash. The confirmation time is under 4 seconds. Compared to bitcoin alternatives, this is 200 times more precise timestamping, and infinitly cheaper.

Do I need to use this website to do this?

The source code of the API running the service is hosted on github, feel free to fork it.