How to prove if i a specified file on the webpage / webserver?
I have to prove if a specified file what i uploaded, was published in my site between two date. (so if i upload a file to my server, and publishing it today, and two days later somebody ask me to prove it, then i have to prove that file was published between 01.18.10-0开发者_开发知识库1.20.10)
Any solution interest which work.
I have no access to server logs.
Thank you for any suggestion...
Holian
- Make a digital signature of your file,
- put it together with the file in a directory on the server,
- list the contents of the directory,
- and make a digital signature of this listing.
精彩评论