Hi all,

The main idea is to verify in real-time the timestamp of each page/file from 
internet during the web surfing (the web server/browser should support it).
This could be useful to check the integrity of a page, or downloaded packages, 
or maybe so on..

Precondition: The web server has all ots proofs of desidered files (on server, 
file stamping could be a batch procedure).
When browser request a file, the web server returns, in the HTTP response 
header, an additional tag with the ots proof (like base64 format).
The client makes the digest of the downloaded page, and check the digest into 
ots. If the digest match, verify the ots.
I’d like the bitcoin verification process is performed by a client-side plugin 
(like chrome extension) to simplify user experience.

An example of server/client is available at : 
https://github.com/lvaccaro/otshttpheader 
<https://github.com/lvaccaro/otshttpheader>. 
I’d like have some feedbacks..

have a nice day,
Luca

Reply via email to