Slashdot Mirror


Regarding the Use of Digital Data in Court?

iChuckles asks: "Is there a way to make electronic data admissible in court? Can electronic data be used as an alibi? I want to keep an electronic journal, on my work, that is date and time stamped. This journal could be used to prove I came up with an idea on a certain date based upon an entry. Is there a database, or method of recording this data, in electronic form, that will stand up in court? Is there a database that once a record is entered with an accompanying time and date stamp, cannot be altered?"

1 of 65 comments (clear)

  1. Systems DO exist by ip_vjl · · Score: 4, Insightful
    Not to come off as a corporate shill, but the company I work for (IP.com) has products for just this sort of thing. The Prior Art Database is used by a lot of big name companies in releasing technical disclosures to prevent future patents. We also have Innovation Q, which protects data privately. Innovation Q is really designed for corporate users, though, as it is subscription based and also adds features like document search, conversion, and management.

    For an individual user like yourself, I'd suggest the following.

    • Save your file in a format that will be accessible years from now (like ASCII text).
    • MD5 the file (or substitute your favorite hashing algorythm)
    • Take out a classified ad in the newspaper each day (that you have a file to timestamp) with the filename and MD5 of the file (good luck getting the paper to print the MD5 correctly)
    • buy and keep a copy of the paper for your records (optional)


    This should allow you to prove you had a file that produced THIS signature on a certain date. You can then recalculate the MD5 of the file you have (and if you haven't modified it) it should produce the same hash - which would lead one to believe that this IS the same file. This should be fairly compelling evidence.

    Yes, it is *possible* to get another file to produce the same MD5, but it is unlikely.

    Another option would be to print out the journal entry and have it notarized. This would be much easier to fake than the MD5 method - but courts have accepted notarized documents for ages.

    - vin