TimeCert is a service for timestamping content. This provides evidence that something existed at a given time. TimeCert will give you the timestamp for when someone first referenced a given digest.
A Digest is like a fingerprint for a chunk of data. It looks like this: a94a8fe5ccb19ba61c4c0873d391e987982fbbd3
An application can generate this digest easily. Technically speaking it is a Hex encoded SHA1 digest.
To use this in your own application all you have to do is do a http get request at one of the following URLS:
-
HTML
http://timecert.org/a94a8fe5ccb19ba61c4c0873d391e987982fbbd3 -
Just the time please
http://timecert.org/a94a8fe5ccb19ba61c4c0873d391e987982fbbd3.time -
Plain text ini
http://timecert.org/a94a8fe5ccb19ba61c4c0873d391e987982fbbd3.txt -
XML
http://timecert.org/a94a8fe5ccb19ba61c4c0873d391e987982fbbd3.xml -
YAML
http://timecert.org/a94a8fe5ccb19ba61c4c0873d391e987982fbbd3.yml
Embedded iframe
Embedded in your own web page or blog
Read the TimeCert launch post for more...
TimeCert is OpenSource
To encourage the trust in TimeCert we have Open Sourced it. The source is available on GitHub. TimeCert was written in Ruby using the Merb Framework and Datamapper ORM layer.
Links to my other Projects
-
My blogs
-
My other web apps