Slashdot Mirror


How Do I Secure An IP, While Leaving Options Open?

Tiger4 writes "Let's say I have a photograph, or a television script, or have finally perfected the water-to-gasoline conversion process, or some other piece of non-software but copywritable or patentable IP. I know I want it secured in my name, on this date, in a provable and verifiable way. But being an Open Source, free-to-the world sort of person, I'm willing to share my knowledge to the world, as long as all credit points unambiguously to me. Any attempts at theft could, would, and must be immediately rebuffed by my offer of proof from when I first secured the IP. What, if any, tool or method is available to me in the digital world? MD5 and the like are available to show that copied files are the same as the original source, but they don't show time of authorship unambiguously. The same with Public Key crypto. I could lock it up with a time stamp, but what prevents me from faking the stamp that locks the file? Is there a way to homestead a little chunk of time with my IP's name on it?"

281 comments

  1. IPsec? by Anonymous Coward · · Score: 0

    The suit version of it, that is.

  2. Use a digital timestamping service by Sanity · · Score: 3, Informative
    Such as this one.

    I found this in 30 seconds through Google, did you even look before submitting your question to Slashdot?

    1. Re:Use a digital timestamping service by namelok · · Score: 2, Informative

      look at Numly.com it offers such a service

    2. Re:Use a digital timestamping service by gr3kgr33n · · Score: 3, Funny

      Just to bring to your attention, I think this Article was submitted by Slashdot's automatic journal News Submission IP Stealing evil monkey with a big stick hiding in the closet waiting to get.... er, I digress... I think...

      What planet was I on again?

      --
      My backup chemistry thesis stored on Data Storing Bacteria mutated; granting me a degree in forensic anthropology. v4sw7
    3. Re:Use a digital timestamping service by wkk2 · · Score: 5, Informative

      Publish the sha256 check sum in a newspaper ad.

    4. Re:Use a digital timestamping service by sillybilly · · Score: 1

      That's a nice thing to have, but it does not prove anything more than a notary public would. Ideally there should be a technological way to timestamp/prove before which even kings or other people with power should be equal to the last homeless person on the street. Right now notary publics are corruptible because they are people, and can deny ever signing a document, claiming the signature is forged. Ideally there should be a completely free and mirrored/highly distributed way of getting and storing certificates, or "keys" that represent pretty much the same thing as a notary public signature. You wouldn't need to trust people, you'd only have to trust math, and openly accessible records of timestamps. Anybody who ever wanted a timestamp/certificate for any kind of "text" should be able to publicly disclose the md5sum-typof-thing of such "text" to these multiple mirrored servers, some timestamp certificate, etc.. lemme return to this because: You still need to somehow reference "time", which we already know it's relative, (it flows faster on a satellite than down here in this gravity well, even if it's nanosecond different), so you still need a "time" authorithy such as time.gov. They should be issueing encrypted timestamp replies to everyone supplying a public key with their request, and they should be encrypting the md5sum + public key together with their own key. Gazillions of such requests should be stored in multiple mirrored databases that are free to download and duplicate. Of course for a cost, so that it not's spammed, for the cost of keeping a record line in a database, such as 2 cents. The idea here is that you can create a "text", such as a patent document, (or any sequence of 0's and 1's), get the md5sum, get a timestamp certificate for that md5sum from a time authority, the key including the current time and the md5sum, encrypted duplicate with your public key and the time authority's public key. Then you submit this double encrypted md5sum key to a multiple mirrored notary public service, and pay a 2 cents fee. They have no clue what you're notarizing, other than you're doing it. Then you can go apply for a patent, and not fear your patent lawyer will steal your idea and claim he invented it first. Let's suppose someone disputes your claim that you were the first to invent something. Then all you need to do is go to court, and point to a publicly notarized md5sum in the many databases, databases that md5sum themselves hourly then from the hourly md5's compound a daily one, from the daily ones weekly, etc, to make sure nobody can go back and remove a single notary public item. This notary public even only you can decrypt and the time authority should be able to duplicate your effort as a separate excersize, but you alone decrypting it should be proof in case we have to mistrust time authorities. Then you can show that this md5sum is done on such and such text, such and such sequence of 0's and 1's. It would be very hard for your opponent to do a similar excersize on his claim, because it's very hard to create colliding md5sums, etc. You can still be held at gunpoint to provide your own secret part of the public key you used, together with the full document, etc, and then they can go to court and claim that they were the ones obtaining that timestamp. But if you got two, three such timestamps, and only release one of them at gunpoint, how can they tell there is more? They could shoot you, but can't be sure that someone else doesn't know about it? Ideally there should be a way to prove identity in court, such as getting your own social security number mingled in into the md5sum keys, and then even if they extort the information from you, the court sees the notary public line item notarized for a specific social security number, yours. Of course the social security database could be edited too, showing that you don't exist, you have to trust the government not to do that. Basically there is no such thing as security, but there are different degrees of security. In order to misprove your claim, you have to have

    5. Re:Use a digital timestamping service by JackHoffman · · Score: 2, Informative

      Correct answer. Make sure to choose a newspaper that is widely published and archived in an immutable form, in its entirety and in many places. Don't forget to put your personal information into the package of which you're going to publish the cryptographically secure hash value. It's not enough to put your name in the ad, because then someone who acquires your material could claim that you stole it from him and published the hash afterwards.

    6. Re:Use a digital timestamping service by sillybilly · · Score: 1

      The current timestamp authorities are not mirrored, they need to see the full text of your ip, and they function via email, and there is no money trail (which is not needed until there is massive spam.) Basically the powers that be can stop your email from getting through to any kind of timestamping authority, by reading the contents of the texts. Which basically means you just need to send them the md5sum as a standard practice, instead of the plain text document and the rest functions fine. I guess you already have the service I was trying to describe above in a highly convoluted way, that could be fine-tuned a bit, and made into standard practice for most notary publics, as an electronic duplicate practice to the signed paper document. It would drop the price of notarizing through the floor, but it could increase what gets notarzied and ease the burden on the court system over uncertainties of the past, trying to decide which witness is lying, a wonderful thing for society, but only if it becomes standard practice. PGP has been around for well over a decade, yet I still have to sign my first email with it, mostly because my emails are not that important. If I had a patent idea, that'd be different, I'd care about a timestamp/proof of being first/being the author.

    7. Re:Use a digital timestamping service by cbslocum · · Score: 1

      try the wga registry -- non-profit, neutral and cheaper than the copyright office....takes any kind of file...

      http://www.wgaregistry.org/

    8. Re:Use a digital timestamping service by borodir · · Score: 1

      The issue is not that he didnt search, but that the mods did not search.

      -Aaron

      --
      Check it Out http://aarondavidson.com
    9. Re:Use a digital timestamping service by JackHoffman · · Score: 1

      someone who acquires your material could claim that you stole it from him and published the hash afterwards.

      Well, stupid me. Of course you could have simply added the name. Putting the personal information into the package doesn't prevent anyone from claiming that you stole it (which they can't prove with or without the name in the package). There's still the advantage that putting your full info into the package instead of the ad is cheaper though.

    10. Re:Use a digital timestamping service by SanityInAnarchy · · Score: 1

      There's also the fact that putting your personal information into the ad is giving out your personal information. You can prove a hash matches your content, but you can't produce the content from the hash.

      --
      Don't thank God, thank a doctor!
    11. Re:Use a digital timestamping service by DarkKnightRadick · · Score: 3, Funny

      Maybe they mistook Slashdot for Google?

      --
      "There is a way that seems right to a man, but its end is the way of death." Proverbs 16:25 (NKJV)
    12. Re:Use a digital timestamping service by Anonymous Coward · · Score: 0

      To space out your text into readable paragraphs, use the [BR] tag.

      Thanks!

    13. Re:Use a digital timestamping service by fmobus · · Score: 1

      I'm XHTML-compliant, you insensitive clod.

      It's either <p>...</p> or <br />. Preferably the former

  3. Chain it to a lawyer. by Anonymous Coward · · Score: 2, Funny

    There ya go.

  4. Copyright Office. by bluephone · · Score: 4, Informative

    This is surprisingly simple. If it's a copyrightable and you have $45, register the copyright of the work with the US Copyright office (or the copuyright office in your country, I assume you're in the US because I'm an Americentric bastard). Check out http://www.copyright.gov/register/ for forms and details. A registered copyright strengthens your argument of ownership immeasurably. It raises the bar of proof that any opposition must overcome to disprove your ownership. If it's IP, I'm in the camp that it's covered by copyright, and hate IP patents, but if it's patentable like software (grumble grumble) then it's somewhere around $500 to apply to the patent office yourself. If it's that valuable to you that you genuinely fear theft, then $500 is a small price to pay for insurance.

    --
    jX [ Make everything as simple as possible, but no simpler. - Einstein ]
    1. Re:Copyright Office. by julesh · · Score: 3, Informative

      register the copyright of the work with the US Copyright office (or the copuyright office in your country, I assume you're in the US because I'm an Americentric bastard).

      Which is probably why you don't realise that most other countries don't have a copyright registration system.

    2. Re:Copyright Office. by pete-classic · · Score: 4, Informative

      In case you're unclear, copyrights are automatic in the US. But filing your work makes your life immeasurably easier if there is ever a dispute.

      This is one of those few government services I believe to be legitimate.

      -Peter

    3. Re:Copyright Office. by tepples · · Score: 1

      Which is probably why you don't realise that most other countries don't have a copyright registration system. Because countries than the U.S. use either notaries or the U.S. Copyright Office.
    4. Re:Copyright Office. by yuna49 · · Score: 1

      When you register a work with the Copyright Office, a copy is archived in the Library of Congress. That's fine if you don't care whether your work is publicly available but not if you want to keep your work proprietary for some reason.

      The other advantage of registration is that you can sue for "statutory damages" and legal costs. These can be considerably greater than the damage awards available for infringed unregistered works. See 17 USC 412 and the discussion of statutory damages in 17 USC 504 and 17 USC 505.

    5. Re:Copyright Office. by tomhudson · · Score: 2, Informative

      No, its because many countries DO have a copyright office and have signed the Bern Convention for the Protection of Literary and Artistic Works dated 1886, revised 1908, 1914, 1928, 1948, 1967, 1971, 1979,

    6. Re:Copyright Office. by coaxial · · Score: 2, Informative

      I believe the other thing registration of copyright allows you to do is sue for damages as opposed to simplly C&D.

    7. Re:Copyright Office. by tepples · · Score: 1

      I wasn't referring to registration as a requirement to obtain copyright; Berne obsoletes that. Still, even Berne members need some way to establish evidence of authorship and copyright ownership, and some of them appear to rely on notaries or on an office operated by the Library of Congress.

    8. Re:Copyright Office. by pete-classic · · Score: 1

      Really? I guess I assumed one could sue for damages if he could show someone violated his copyrights. What's the point, otherwise?

      -Peter

    9. Re:Copyright Office. by TheJasper · · Score: 1

      Seems sort of crooked to me. It's like the copyright is only a shareware version and to get the complete protection you need to pay up. The evidence it provides is also of dubious value as I doubt that registering requires any proof that you own the work. So what is the point of this service other than to keep it self solvent? (which is true of many government agencies around the world).

      Of course, if you're really for open info, then why worry about attribution? If you're work is any good then public recognition will work just as well. If you're worried about someone else running off with you're invention...well isn't your work prior art against any patent? If you're worried about someone claiming credit for your work...well if its onyl about personal recognition then just make sure you're work is interesting enough that people will know your name. I doubt anyone will copy passage directly from Dune without either attributing or assuming the audience recognizes it. If your work is obscure...well who's gonna steal it then?

    10. Re:Copyright Office. by DragonWriter · · Score: 1

      I believe the other thing registration of copyright allows you to do is sue for damages as opposed to simplly C&D.


      Without registration, you can only sue for misattribution and distortion (roughly), not for other copyright infringement. And, I believe, remedies may be limited to a C&D on the misattribution and distortion.

      But that's if you sue without registering first; you don't have to register before you publish, or before the infringement, just before you file suit. Presumably, if you are going to file suit seeking damages for copyright infringement, the registration fee is going to be negligible in the face of both the other costs of going to court, and the expected damage award, so it shouldn't be much of a marginal concern.
  5. Use your lawyer by bpjk · · Score: 3, Informative

    Send registered mail to your lawyer which contains inside a sealed, timestamped envelope with your stuff in it (digitally or dead-tree based) and instruct your lawyer to store it somewhere safe.

    When you;re fighting copyers, you can have this opened in the presence of a lawayer or court, have everything verified and checked and then have it re-sealed in the same venue and have all proceedings officially recorded.

    1. Re:Use your lawyer by Anonymous Coward · · Score: 1, Informative

      Better yet, have the lawyer prepare a formal disclosure document (or do it yourself). A simple thing that says what your IP is, gets signed by two people with some competency in the general area of your IP, and gets notarized. This documents at least three people able to put the information in your possession at a specific time. Courts like dated, physical evidence.

    2. Re:Use your lawyer by DragonWriter · · Score: 1

      Better yet, have the lawyer prepare a formal disclosure document (or do it yourself). A simple thing that says what your IP is, gets signed by two people with some competency in the general area of your IP, and gets notarized. This documents at least three people able to put the information in your possession at a specific time. Courts like dated, physical evidence.


      You could just get a registered copyright for significantly less than the combined fees of the attorney and notary here, which would also provide dated, physical evidence.
    3. Re:Use your lawyer by JMLang · · Score: 2, Informative

      What the parent describes is a concept commonly called the "poor man's patent," and it doesn't work nearly as well as legend would suggest.

      If you want to protect the functional aspects of your idea (i.e. things within the realm of patents) rather than just the way you expressed it in code (copyright only protects the form of expression, not the how-it-works aspects), then look up "Statutory Invention Registrations" with the US Patent and Trademark Office. They're relatively inexpensive and will act as prior art to anyone subsequently trying to patent exactly the same thing. There are also commercial services that provide similar services for creating so-called "defensive publications."

    4. Re:Use your lawyer by TheRealMindChild · · Score: 1

      IF you can afford your lawyers time, I'd say this method is far from "Poor man's ..." anything. Though I completely agree with you that proper copywrite channels should be persued, a dated envelope with a reputable lawyer attesting to its authenticity should be pretty solid. This is NOT to be confused with something such as sending yourself a certified letter.

      --

      "When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
    5. Re:Use your lawyer by DragonWriter · · Score: 1

      Though I completely agree with you that proper copywrite channels should be persued, a dated envelope with a reputable lawyer attesting to its authenticity should be pretty solid.


      Yeah, because in the event of a legal dispute, having your lawyer vouch for you is going to carry a lot of weight.

      (Not to mention that the lawyer you've retained as a "document validator", as they will be a key witness in the case, probably won't be able to represent you in the event of dispute, requiring you to hire a second lawyer. Being a law student, I'm not exactly opposed to people popularizing schemes which result in hiring more lawyers than necessary or reasonable -- it is future job security, of sorts -- but this probably isn't a good idea. And its a lot more expensive than just registering a copyright, which is a lot better evidence in court.)
    6. Re:Use your lawyer by Herve5 · · Score: 1

      In Europe, this compared to patenting will allow you to use your invention whoever else patents it afterwards (because it is a proof that you independently invented it before them), but it won't let you attack them (in other words, apart from you, they can sue anyone else and practically owh the rights)

      --
      Herve S.
    7. Re:Use your lawyer by Anonymous Coward · · Score: 0

      OMG

      Is this BS still floating around? This does nothing to protect you.

      If you want to give your idea to the community and stop others who might "invent" it later from precluding the public, then PUBLISH your idea. It can be in a high school newspaper as long as it ends up in the school's library. Then, it is "public knowledge" and anyone claiming a later invention date is in terms of getting a patent on the idea. Web posting has some legitimacy as well, but there can be issues with that. Nonetheless, I you don't care to get a patent on it yourself, put it out in the public, and block any latecomers to the game.

  6. copyright by SEAL · · Score: 0, Redundant

    If it's a copyrightable work, you automatically have the copyright to it. But if you want additional peace of mind, file with the copyright office so you have official documentation and a date associated with it. I'm speaking from a U.S.-centric viewpoint, of course.

  7. Post your ideas on Slashdot! by poopie · · Score: 5, Funny

    Post your idea on slashdot. All posts have a timestamp.

    1. Re:Post your ideas on Slashdot! by el_monkeyo · · Score: 1

      And if anyone posts the same idea later, it will be declared DUPE by a few thousand slashdorks.

    2. Re:Post your ideas on Slashdot! by Technician · · Score: 1

      Is there a way to homestead a little chunk of time with my IP's name on it?"

      I always liked the public public press release and demo.

      As an example, is anybody going to challenge the date of the private rocket launch by them claiming first private launch into space instead? The demo was very public and well documented in many forms.

      For the naysayers regarding the first man on the moon, the proof is either there or it isn't. In the future when man again returns, the new claim of first man on the moon will have to deal with the record that is left behind by the first man on the moon. There is a TV camera, Flag, moon buggy, golf ball, and a big hunk of machinery surrounded by footprints. There may be doubters that man has been to the moon claiming it's fake, but later when China, Russia or someone else goes and claims first man on the moon and the US landing was fake, they better be able to visit the laser reflector and document what they find in it's vicinity. If the footprints and other stuff just isn't there, then they may prove they are first, but they have the legacy of public television and film record to get out of the way first.

      If you do a very public event, it becomes a matter of public record and history.

      --
      The truth shall set you free!
    3. Re:Post your ideas on Slashdot! by Anonymous Coward · · Score: 0

      He could post the text of a GPG signature file here. Can you edit posts yet?

    4. Re:Post your ideas on Slashdot! by Anonymous Coward · · Score: 0

      For the naysayers regarding the first man on the moon, the proof is either there or it isn't... There may be doubters that man has been to the moon claiming it's fake, but later when China, Russia or someone else goes and claims first man on the moon and the US landing was fake, they better be able to visit the laser reflector and document what they find in it's vicinity.

      Moon landing conspiracy theorists don't seem to have any good explanation for why Russia never noticed that the landings were (supposedly) faked. Even though the Russians subsequently sent remote-control robots to the moon, they never found evidence of fakery. Odd, that. The Illuminati must be behind it, as usual.

    5. Re:Post your ideas on Slashdot! by martin-boundary · · Score: 1

      Indeed. Furthermore, don't forget to ignore people who talk about the year 2037.

    6. Re:Post your ideas on Slashdot! by xaosflux · · Score: 1

      While, simply this is part of an effective solution. While not foolproof, PUBLISHING your work will generally establish that it was created no later then that publication date. It is a lot easier to explain to a jury "see this paper I wrote was published on slashdot.org (include dead tree screen prints with date" then, "this digital signature matched an encryption key of a trusty timeserver".

  8. Email by frizz · · Score: 1

    Email the IP to several people on several different ISPs. The timestamps on gmail or yahoo as well as other witnesses would build some evidence for your cause.

  9. Post by Ajehals · · Score: 1

    Apparently you can (used to be able to?) mail yourself a copy of the design / code / idea etc.. registered post, that will get you a nice date stamped master to use if you need to, (I think you may be better mailing it to your solicitor and asking them to hold it) don't open it when you get it back though.

    Might have been an old wives tale though.

    Although realistically if it is a major find you should be grabbing a solicitor and filing your idea in whatever manner is appropriate.

    This is not legal advice and IANAL.

    1. Re:Post by seebs · · Score: 1

      Old wives' tale, so far as I know. Never seen it from a credible source, and the only people I've seen do it were the sorts of people who believe crazy legal theories and then get very sad.

      I asked my lawyer once, he told me it was stupid and accomplished nothing.

      --
      My blog: http://www.seebs.net/log/ --- My iPhone/iPad app: http://www.seebs.net/seebsfrac/
    2. Re:Post by Ajehals · · Score: 1

      Fair enough. I can bin that filing cabinet full of envelopes then.

    3. Re:Post by julesh · · Score: 1

      Apparently you can (used to be able to?) mail yourself a copy of the design / code / idea etc.. registered post, that will get you a nice date stamped master to use if you need to, (I think you may be better mailing it to your solicitor and asking them to hold it) don't open it when you get it back though. ...

      This is not legal advice and IANAL.


      Clearly not. This is known as "poor man's copyright", and is generally considered to be useless (due to the fact that it's trivially easy to game the system to claim earlier authorship than really happened: just send yourself an empty, unsealed envelope, then later put whatever you want in it).

    4. Re:Post by psykocrime · · Score: 1

      Yeah, think about this: how can you prove the envelope was sealed, and contained it's present contents, when you mailed it? If this worked, you could just mail yourself an empty, unsealed envelope tomorrow, and then 15 years from now you could stick whatever you wanted in it and seal it.

      --
      // TODO: Insert Cool Sig
    5. Re:Post by megaditto · · Score: 1

      Post a classifieds add to a print newspaper with MD5/SHA512 hashes (the more the better) of your data file?

      --
      Obama likes poor people so much, he wants to make more of them.
    6. Re:Post by hazem · · Score: 2, Interesting

      While I agree with your statement that mailing yourself an envelope is useless, I don't think you could easily do what you said.

      Every time I remember sending a registered mail, the post office stamped ink across the seams of the envelope - presumably to ensure that it wasn't opened.

      But seriously, Slashdot is the worst place to get good legal advice. Yikes.

      That said, there was a good article on the August 11th Talk of the Nation Science Friday called "What Inventors Need to Know". One of the guests emphasis was on securing a way to finance and market your idea rather than the actual protection of IP. But if you're really worried, he suggested getting a temporary patent for $100, which will cover you for a year.

      http://www.sciencefriday.com/pages/2007/Aug/hour2_ 081707.html

    7. Re:Post by hazem · · Score: 1

      Make that August 17th.

    8. Re:Post by T-Bone-T · · Score: 1

      I don't think the Post Office will mail an unopened envelope to yourself. It is a waste of time and money.

    9. Re:Post by InvalidError · · Score: 1

      And then, when you go to court in 2025, a quick chemical analysis would reveal that the content is 10+ years newer than the vessel and the signature ink is from a 2019-2021 production Bic - a conclusion backed by printing watermark analysis revealing that the content was printed by a FooBar 18000 v1.2 with serial number 0918273645 produced in January 2020.

      Perfect fraud is becoming more difficult every year.

    10. Re:Post by Anonymous Coward · · Score: 0

      How about pay a notary to stamp across the seal of the envelope, then mail it?

    11. Re:Post by binarybum · · Score: 1

      "It is a waste of time and money."

          that is exactly why the USPS will mail an unopened envelope to yourself. You do know that the post office is a government organization right?

      --
      ôó
    12. Re:Post by mcmonkey · · Score: 1

      And then, when you go to court in 2025, a quick chemical analysis would reveal that the content is 10+ years newer than the vessel and the signature ink is from a 2019-2021 production Bic - a conclusion backed by printing watermark analysis revealing that the content was printed by a FooBar 18000 v1.2 with serial number 0918273645 produced in January 2020.

      That's why every six months I pick up a fresh sack of paper and a box of pens to put into storage. Then if I need some sort of written document from a particular period, the materials will be chronologically consistent.

      But perhaps I've said too much...

    13. Re:Post by tomhudson · · Score: 1

      Cheaper to go to bankrupcy sales of old businesses. You'll find paper and pens, and even typewriters, to fake up anything you need from 20 years ago.

    14. Re:Post by tftp · · Score: 1
      the post office stamped ink across the seams of the envelope - presumably to ensure that it wasn't opened.

      The postal worker - if it is a human and not a machine - is not likely to notice or care that there is very little glue on the envelope, just as you intended. Besides, everyone knows that an envelope sealed with a standard water-soluble glue can be easily opened with steam.

      One still can try this method, of course, but your multi-million dollar wealth will be wholly dependent on a lowly paid postal worker who may or may not testify that 20 years ago you paid him to stamp an empty envelope - regardless of whether it is true. It's much more difficult to purchase a false testimony from a lawyer, he has far more to lose, and he is far more likely to keep legally reliable records of everything he does.

      But the original question is so unnatural and contrived I don't even understand why I post this :-) If the OP is "an Open Source, free-to-the world sort of person" and "willing to share my knowledge to the world," then why isn't it the easiest to just send it to the USPTO a day before you start screaming all about your invention from the rooftops? USPTO will most definitely timestamp all the incoming correspondence, and it would be a challenge for anyone to attack that timestamp.

    15. Re:Post by falconwolf · · Score: 1

      Yeah, think about this: how can you prove the envelope was sealed, and contained it's present contents, when you mailed it? If this worked, you could just mail yourself an empty, unsealed envelope tomorrow, and then 15 years from now you could stick whatever you wanted in it and seal it.

      Seal the envelop in front of a notary public and have them stamp it.

      Falcon
    16. Re:Post by Anonymous Coward · · Score: 0

      Typewriters? Sheesh. Why bother?

      Just open up Word and type up and print whatever the hell you want.

      Good enough for CBS, good enough for me.

      If anyone questions you claim it was an old IBM Selectric with proportional spacing and sub/superscripting.

  10. Mail is the way to go by Retardical_Sam · · Score: 1

    I've always been of the opinion that mail was the way to do this. When my band was worried about copyrights, we just burned a CD of our album, mailed it to ourselves and now we have the sealed copy with the mail timestamp should we ever need it. Note, however, I can't vouch for whether this is foolproof, it's just what I've been told.

    1. Re:Mail is the way to go by seebs · · Score: 1

      Told by whom?

      Hint: The answer is almost certainly not "a lawyer". I am quite confident it is not "a competent lawyer".

      --
      My blog: http://www.seebs.net/log/ --- My iPhone/iPad app: http://www.seebs.net/seebsfrac/
    2. Re:Mail is the way to go by Surt · · Score: 1

      This is not the way to go. Read the other comments about how easy it is to fraud this strategy.
      Just register with the copyright office. Fairly cheap, fairly easy, fairly fast.

      --
      "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
    3. Re:Mail is the way to go by Retardical_Sam · · Score: 1

      Told by a professional musician of over 20 years. Should be noted a Canadian one, and I'm Canadian too, if laws differ from the US.

    4. Re:Mail is the way to go by seebs · · Score: 1

      Professional musicians have a cargo-cult approach to legalities. I would NEVER, not in a million years, make a decision based on something a musician told me about the law. I've heard that same thing from dozens of musicians, NONE OF WHOM EVER WENT TO COURT.

      --
      My blog: http://www.seebs.net/log/ --- My iPhone/iPad app: http://www.seebs.net/seebsfrac/
    5. Re:Mail is the way to go by tomhudson · · Score: 1

      "we just burned a CD of our album, mailed it to ourselves and now we have the sealed copy with the mail timestamp should we ever need it. "

      Good luck finding an old CD reader that will read those old burned CDs. Did you also remember to make multiple copies, for when bit-rot sets in? Store it in an nice cool dark place?

      Reminds me of the guy who had his backup floppies with the source and 5 years of financial data (several million dollars) in an envelope beside a 20hp electric motor "because nobody would go there". Totally unreadable.

  11. Re: trademark by SEAL · · Score: 1

    In addition to copyright, you might look into registering a trademark if applicable. That's getting into a question better suited for your lawyer, though.

  12. Mail still cancels stamps with a date by m0nkyman · · Score: 0

    Send it to yourself registered mail in a well sealed envelope....

    --
    ~ a low user id is no indication I have a clue what I'm talking about.
    1. Re:Mail still cancels stamps with a date by Nick+Mathewson · · Score: 1

      Whoever told you to do this is wrong, and you should not take any more advice from them about copyright.

      To learn why, do a google search on "poor man's copyright".

    2. Re:Mail still cancels stamps with a date by seebs · · Score: 1

      STOP POSTING RUMORS AS LEGAL ADVICE!

      Find me a court case referring to such a thing, or an actual law, and I'll believe you. Otherwise, it's just a waste of a stamp.

      --
      My blog: http://www.seebs.net/log/ --- My iPhone/iPad app: http://www.seebs.net/seebsfrac/
    3. Re:Mail still cancels stamps with a date by Przepla · · Score: 2, Informative
      Well, it depends where the sender lives. It may help in the UK, or in the Netherlands, or in civil law countries.

      Confer:
      --
      When in doubt, go to the library. - Ron Weasley in Harry Potter and the Chamber of Secrets
    4. Re:Mail still cancels stamps with a date by rthille · · Score: 1

      Every week, I send myself an unsealed envelope, registered mail. The post office thinks I'm weird, but when someone comes out with a cool idea, I write it up and stuff it in an old envelope and seal it...

      --
      Awesome furniture, accessories and cabinetry in Santa Rosa, CA: http://humanity-home.com/
    5. Re:Mail still cancels stamps with a date by rfunches · · Score: 1

      It may be considered tamper-proof because sealing strips are pasted over all of the seams and postmarked, with the mailpiece usually being locked in a safe when not in transit (and when in transit it is signed over to a postal employee), but it is by no means a method of proving date of creation for copyright purposes. The postal service only keeps delivery records for a certain period of time, so as long as you can fake a postmark outside of the post office's records, it would be easy to game the system.

      IAACPRC - I am a contract postal retail clerk

    6. Re:Mail still cancels stamps with a date by falconwolf · · Score: 1

      Every week, I send myself an unsealed envelope, registered mail. The post office thinks I'm weird, but when someone comes out with a cool idea, I write it up and stuff it in an old envelope and seal it...

      A way to defeat that is to put the postage stamp on the sealed envelop seam. Better yet, in front of a notary public stuff the envelop and have them stamp the envelope then mail it.

      Falcon
  13. Depending on where by Z00L00K · · Score: 1

    you may check for a "notarius publicus" or similar service too.

    --
    If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
  14. Patent it by netruner · · Score: 5, Informative

    Just because you are the patent holder (contrary to popular practice) doesn't mean you have to be a jerk. You can hold a patent and then allow anyone to use the IP for whatever they want. Holding the patent doesn't mean that nobody else can use the IP, it just means that you set the rules for its use.

    The downside is that getting a patent can be a bit expensive.

    --



    DISCLAIMER: This post was not checked for speling and grammar- if you complain- you're a whiner
    1. Re:Patent it by Anonymous Coward · · Score: 0

      That is exactly what a copyright is for, not patents... I can't believe you got +5 Informative for that.

    2. Re:Patent it by noidentity · · Score: 1

      And that those who would like to use whatever you have patented might not trust your claim that you won't sue them in the future.

  15. Ask a Lawyer by jimicus · · Score: 1

    Slashdot, contrary to what a lot of people on here believe, is not generally a particularly great place to seek legal advice.

    Particularly considering you haven't stated which country you're in.

    If the IP you want to protect is worth any serious quantity of money, then an hour or so of a lawyers time is a worthwhile investment.

    Alternatively, if you're a cheapskate, I understand the traditional method was for authors to post themselves a copy but not open it. That way, if a dispute ever arose, there was a sealed envelope containing the work which a disinterested third party (the Post Office) had printed a date on.

    1. Re:Ask a Lawyer by Surt · · Score: 1

      You posted to suggest getting real legal advice, and offered and urban legend. Excellent!

      Read the various posts above about all the fun ways to fraud the system of sending yourself a sealed envelope.

      --
      "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
    2. Re:Ask a Lawyer by Soruk · · Score: 2, Informative

      Bear in mind the poster you replied to is in the UK (and the original poster didn't state his location).

      The UK Intellectual Property Office implies here that although posting something to yourself (by Special Delivery) and not opening it upon receipt doesn't prove you created it, it does give you proof you held that information on that date.

      --
      -- Soruk
    3. Re:Ask a Lawyer by Surt · · Score: 1

      Thanks, I did assume his jurisdiction was us.

      --
      "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
    4. Re:Ask a Lawyer by Phroggy · · Score: 1

      Better yet, mail yourself an empty unsealed envelope, so that in the future you'll have a dated envelope you can seal something inside as proof of your claims.

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
  16. How about a Sharpie? by bbk · · Score: 1

    Basically, you want a way to write your name on an idea/thing with indellible ink. Good luck on that. Computers don't even try to do this - I'm reminded of my OS class, where metadata (name, permissions, etc.) were separate from the actual file/folder.

    Unless you embed your name in the material in some way it can't be removed (impossible if it's just an idea), you're out of luck. One way to do this would be from a branding/marketing perspective - think Coke, Kleenex, Xerox, etc. - if you can get the thing referred to as a "Zonk", then your name might stick.

  17. Publsh it by Tester · · Score: 3, Informative

    Most of the scientific community works that way. When someone in a university discovers something, he wants the world to know about it, but most of the time, they are interested in making money from it. So they have scientific journals in which they publish. And then these are distributed and everyone knows where its from.. Now if you want to be famous, make sure you publish it in something that is widely read (like Slashdot! or Nature). And not on your own blog or some obscure scientific journal.

    1. Re:Publsh it by Otter · · Score: 0
      However, you have to patent it before publicly disclosing it anywhere: publications, talks, abstracts, posters. You can't become famous for something and not patent it while still "leaving options open".

      The whole question seems a little misplaced. If you create something really important, receiving credit will take care of itself. If you create something unimportant, no one will be trying to take the credit away from you. If being famous is an end in itself, go on a reality show.

    2. Re:Publsh it by darkmeridian · · Score: 1

      Publishing the idea seems to be a good idea. It would serve your purpose while being much cheaper than obtaining a patent on it, which could cost thousands if you have to hire an attorney. Furthermore, it would help you build your resume.

      A side effect is that your article would be prior art against any other later inventor who tries to patent the same idea. Of course, you have to try to get published in a popular journal that the Patent Office would think an average inventor would look at. (Not Slashdot.)

      --
      A NYC lawyer blogs. http://www.chuangblog.com/
    3. Re:Publsh it by Watson+Ladd · · Score: 1

      IANAL but I believe that any public mention of the invention is sufficient to count as prior art.

      --
      Inventions have long since reached their limit, and I see no hope for further development.-- Frontinus, 1st cent. AD
  18. Well, there's always copyleft... by hitmanWilly1337 · · Score: 1

    I'd say get a patent, and then create an open license, a la GPL, that way you actually have a legal footing to stand on if anyone ever tries to steal it.

  19. Awesome by Bill,+Shooter+of+Bul · · Score: 1

    Ran out of mod points earlier so here is my idea...

    I think a news collector/ comment allowing website in the slashdot model should assign moderation points but let the user choose when to activate them, subject to predefined rules that would prevent the usage of so many points over a given time span or used in a single article.

    Remember you heard it from me first as the time stamp shows. Tune in next week for the secret to free energy, and world peace. That is all.

    --
    Well.. maybe. Or Maybe not. But Definitely not sort of.
  20. Online timestamper by Asgard · · Score: 1

    If you need to unambiguously datestamp it, utilize a unbiased third party notary-like service such as http://www.itconsult.co.uk/stamper/stampinf.htm to sign the detached signature of the material and publish that signature. By signing it yourself, you are showing that you possessed the material. Employing the third party to sign your detached signature of the material provides a reliable timestamp of when you possessed the material. A challenge could be met by providing the material along with the relevant signatures. Logically it makes perfect sense, but legally it might be harder to explain it to a judge/jury, or bring the owner of the site to come and attest to his methods.

    Employing a real world Notary to witness you signing a copy of the material would probably be easier to get admitted in a legal process (IANAL), but that is outside your 'digital world' stipulation.

    (The reliability of that third party signature is reinforced since the date/time is evident not only in the signature, but also the time at which it was posted to usenet, which is archived by various parties.)

  21. Call a notary by Just+Some+Guy · · Score: 3, Informative

    If you don't have a personal lawyer and don't want to mess with the copyright office, you may also have a notary public sign and date a printout of the document. Be sure that the law in your state allows notaries to act in that capacity; I don't think they can i New York, for example.

    Advantages: cost and convenience - you might very well know one or have one on staff at your office.

    --
    Dewey, what part of this looks like authorities should be involved?
    1. Re:Call a notary by YrWrstNtmr · · Score: 1

      or have one on staff at your office.

      Do NOT do this with the office notary. You may introduce some ownership/conflict of interest issues.

  22. Wrong solution for the problem by DragonWriter · · Score: 3, Insightful

    Let's say I have a photograph, or a television script, or have finally perfected the water-to-gasoline conversion process, or some other piece of non-software but copywritable or patentable IP. I know I want it secured in my name, on this date, in a provable and verifiable way. But being an Open Source, free-to-the world sort of person, I'm willing to share my knowledge to the world, as long as all credit points unambiguously to me. Any attempts at theft could, would, and must be immediately rebuffed by my offer of proof from when I first secured the IP. What, if any, tool or method is available to me in the digital world?


    The digital world is the wrong place to search for a solution. The simplest, most effective (though not, particularly in the case of patents, the cheapest) solution is to simply secure the appropriate legal registration of the IP (a registered copyright, a patent, etc.) and then offer the product under a no-cost license that requires credit and whatever other terms you want to impose.

    (Since copyright is automatic, you can technically avoid registration and still be protected, but registration serves the documentation role you are looking for without any technical trickery, and copyright registration isn't particularly expensive.)
    1. Re:Wrong solution for the problem by earlymon · · Score: 1

      Copyright is automatic in the US where a registered copyright allows you to perfect your right. In other countries, you do perfect your right with registration - you establish it. Frustrating when you have to cross geographic boundaries.

      --
      Pathological kinda promises Path + Logical - but instead, you get stuck with pathetic.
    2. Re:Wrong solution for the problem by LarsG · · Score: 1

      One of the requirements in Berne is that copyright is automatic (no formalities required). Pretty much the entire world are Berne signatories by now.

      Even though copyright is automatic on fixation, you get some benefits by registering it (in US, statutory damages, prima facie proof that it is your work).

      --
      If J.K.R wrote Windows: Puteulanus fenestra mortalis!
    3. Re:Wrong solution for the problem by falconwolf · · Score: 1

      (Since copyright is automatic, you can technically avoid registration and still be protected, but registration serves the documentation role you are looking for without any technical trickery, and copyright registration isn't particularly expensive.)

      In the US without registration all you could win in court if it went that far is to get a cease and desist order. The only way to collect damages is for it to be registered with the copyright office.

      Falcon
    4. Re:Wrong solution for the problem by earlymon · · Score: 1

      Thanks!  I'll have to talk to my attorneys.... (for the record - we have a large partner requiring copyrights on our trademarks & such - I am not a bad guy < shudder - I just sounded like Nixon! >)

      --
      Pathological kinda promises Path + Logical - but instead, you get stuck with pathetic.
    5. Re:Wrong solution for the problem by DragonWriter · · Score: 1

      In the US without registration all you could win in court if it went that far is to get a cease and desist order.


      Basically true, but one should note that that's if you haven't registered when you go to court; you don't have to register before the infringement to be able to sue for damages. It's a limitation on instituting (certain types of) legal action not on your rights as a copyright holder.

  23. Just mail by OpenSourced · · Score: 1

    Mail it to yourself, using public servers. Do it from some different servers. They have to keep copies for years, with timestamps. You cannot easily falsify those. And the records in the mail servers have force of proof, as shown in some high-profile cases that I wont name here, basically because I dont remember them :-)

    --
    Rome taught me patience and assiduous application to detail. Virtues which temper the boldness of great, general views.
    1. Re:Just mail by geekoid · · Score: 0

      Get in notarized, put it in a letter, sign over the flap, mail it to yourself.

      Done.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    2. Re:Just mail by Surt · · Score: 4, Informative

      Not done.
      http://www.snopes.com/legal/postmark.asp

      This solution is way too easy to fraud. As a simple example:

      Have notary notarize several basically blank pages (fill in only as much as you need to convince a notary to mark it).
      Mail an unsealed envelope to yourself.
      Fill in your 'discovery' 'borrowed' from someone else on the notarized pages years later.
      Stick in envelope, seal, sign over seal.

      Done!

      --
      "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
    3. Re:Just mail by falconwolf · · Score: 1

      Have notary notarize several basically blank pages (fill in only as much as you need to convince a notary to mark it).
      Mail an unsealed envelope to yourself.
      Fill in your 'discovery' 'borrowed' from someone else on the notarized pages years later. Stick in envelope, seal, sign over seal.

      Have the notary write a brief description of what it is then put it and whatever paper that's described in the envelop. Then apply the postage stamp on the seal and have the notary apply the notary seal to the envelop seal as well. Also some inks will run when exposed to steam so using one that does can be used to show the envelop wasn't steam opened. In the US though it won't do you much good unless you register a copyright, however in some countries like Britain it can help.

      Falcon
    4. Re:Just mail by Phroggy · · Score: 1

      They have to keep copies for years, with timestamps. Says who?

      My e-mail servers rotate log files weekly, and anything older than a month is deleted automatically. This was the default configuration, which I haven't seen a need to change.
      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
    5. Re:Just mail by bob+frost · · Score: 1

      Why not just post it anywhere on the Web, allow time for the Internet Archive (archive.org) to scrape it, then use their record as the timestamp? Seems to me that you could prolly also arrange something through creativecommons.

  24. ATT did it this way... by Tjp($)pjT · · Score: 1

    Fado, fado , ... When ATT patented the SETUID Bit in the early mists of the middle ages of computer development they explicitly put the invention into the public domain. You can also publish (or get published) an article that details in enough clarity that a person skilled at the state of the art in the field could replicate the invention from your article. And in the article explicitly put the invention into the public domain. If you want to be a little less that free about the use of your invention, then include specific public licensing terms for the use of your invention without fee in the patent / article.

    Patent route is safest as some officious staffer of the USPTO has given it a stamp of uniqueness attributed to you. Then never bother to pay additional fees after it grants... Unless you want the invention licensing restrictions you might place on it to remain in force.

    Of course you could publish the idea to /. with appropriate detail in a long article and hope it gets published ... ;)

    --
    - Tjp

    I am in wallow with my inner money grubbing capitalistic pig. ... Oink!

  25. Why Not Just Publish? by Greyfox · · Score: 1
    Write an article for DDJ or Nature or something documenting your findings. I would think that would attach your name to the findings in such a way that you get credit for the work, while at the same time sharing your findings with the world.

    Of course, if you want to turn a buck on the idea later on you should patent or copyright it and be a bastard. You can't have your cake and eat it, too.

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

    1. Re:Why Not Just Publish? by r · · Score: 1

      Easier still: write up your findings, and send them to the copyright office to get them registered, which is really cheap. Then license your copyright to anyone who wants it. Voila! :)

      --

      My other car is a cons.

  26. Umm...I think you should by Anonymous Coward · · Score: 0

    Give half the rights of profit to the Yakuza. They will protect your property in the most effective way.

  27. very complex question by Anonymous Coward · · Score: 0

    A lot of posts here are just nonsense. Timestamping etc. offers no legal protection for some stuff, it's just evidence that will never be useful for some types of I.P. and in many jurisdictions.

    The answer is it depends on the type of work and it dependo on the jurisdiction.

    For patents, if you publish in most places you lose rights and in the USA the clock starts ticking (one year) then you lose rights.

    Copyrights you may be on firmer ground with timestamps but you used to have to register them (no more at least in the) but that may vary outside the USA.

    If you give people rights to use a copyright that would be a license.
    To protect an invention you need to patent.

    The simplest way in the U.S.A. to start a patent but do it cheaply and not fully file it but keep your options open and register your ownership of an idea would be to file a provisional patent, but at some stage you must follow through & file or drop it (and you could decide based on whether your ego was being stroked enough).

  28. Copy writing is something else by Anonymous Coward · · Score: 0

    Please. Copyrights, the right to make copies. How hard can it be?

    "Writing copy" is a term from advertising, meaning writing text to go into an advertisement.

    So, no more copywriting/copywritten/copywrites please.

  29. a "declaration of invention" by Anonymous Coward · · Score: 0

    if the IP is patentable, you can apparently register a "declaration of invention" w/ the Patent Office in the US w/out going for the full protection of a patent. it's a defensive move: you say that you invented X on this date, so nobody else can patent it.

    i have no idea how one goes about this, though.
          kieran hervold

  30. How could this be a problem? by 517714 · · Score: 1

    You want anonymity. If you were to (re)discover how to run cars on water, the oil companies will either discredit you - making you look like a raving lunatic, or they would "disappear" you. The risk is greatly reduced with anonymity. I suggest you take your invention and file it away, or better yet - burn it!

    You will receive no further warnings on this subject.

    --
    The US government have made it clear that we have no inalienable rights; any we do not defend vigorously will be taken.
    1. Re:How could this be a problem? by Lehk228 · · Score: 1

      post it on 4chan

      --
      Snowden and Manning are heroes.
  31. Re:Self addressed envelope, and 41cents... by nhtshot · · Score: 0

    Mod this up..

    As an alternative, mail it to your attorney.

    A sealed envelope and a postmark will suffice as evidence in any US court.

  32. A patent by Meor · · Score: 0

    You can give out what you own to anyone you want.

  33. I've been thinking for a while... by julesh · · Score: 1

    ...about creating a simple system. It goes like this: you upload a document. It then returns a copy of the document with a datestamp and a cryptographic signature of both. You keep this signed copy for later reference.

    Because the system is run by a third party with no interest in the ongoing litigation, it would likely be trusted by a court.

    There's also a nontrivial chance it would earn the person who set it up some reasonable expert witness fees.

    1. Re:I've been thinking for a while... by Anonymous Coward · · Score: 0

      A cheaper way of effectively doing the same thing would be to, say, post a strong hash of the document to a usenet group somewhere. That stuff is archived like crazy by organizations who have no idea who you are.

      If you feel like spending a little money, a classified ad in a major newspaper should serve the same function.

    2. Re:I've been thinking for a while... by dougmc · · Score: 1

      A cheaper way of effectively doing the same thing would be to, say, post a strong hash of the document to a usenet Of course, today's strong hash is tomorrow's weak hash.

      Just post the document itself to Usenet.

    3. Re:I've been thinking for a while... by Anonymous Coward · · Score: 0

      Of course that only works if you know you want it to be public from the start.

      As far as weak hashes go, post several, and be paranoid. Don't use MD5 or SHA-1 today, use some of the real monster hashes.

      If you still want to be able to prove your date a long time into the future, you can just pay attention to developments in cryptography and renew the hash every so often. If you publish another, stronger hash then it provides a chain that goes back to the original posting, even if the original is subsequently defeated.

      I'd be afraid of trying to prove all that in court though.

  34. publishing the MD5 in the wall street journal tho- by way2trivial · · Score: 1

    shows the file existed- with that hash- on that date.....

    kinda hard to reverse do from a has to the file then...

    --
    every day http://en.wikipedia.org/wiki/Special:Random
  35. There's already a system in place by taustin · · Score: 2, Insightful

    I don't know why people are so resistent to simply registering a copyright. It's a simple form, costs less than $50, and a stamp. End of story. And you can't enforce a copyright in court without registering it first, nor is the court interested in anything but the registration as proof. And if you're not willing to enforce it in court, it doesn't matter what you are willing to do, because you can't enforce it.

    Patents are considerably more complicated, of course, and more expensive, but again, the only thing the court will care about is the patent.

    Does anybody have a patent on reinventing the wheel yet?

  36. Then, if it's really worth it ... by vlad_petric · · Score: 1

    He could patent it within a year of public disclosure.

    --

    The Raven

  37. Two easy ways to date a document by complexmath · · Score: 1

    1. Send it via certified mail to yourself and leave the envelope sealed when it arrives.
    2. Post it to Usenet.

    There are other more official options as well, but both of these should be sufficient to associate a date with something.

  38. Um, certified mail or lockbox? by Jack9 · · Score: 1

    Send 3 copies, certified mail to yourself or your local bank which you have a safe deposit box with. Put sealed letters in the box. Never open it again until discovery when you sue. Problem solved.

    --

    Often wrong but never in doubt.
    I am Jack9.
    Everyone knows me.
    1. Re:Um, certified mail or lockbox? by Anonymous Coward · · Score: 0

      Or you can just stick it in the open envelope you mailed to yourself a decade ago, seal it, and PROFIT!

      If you didn't plan that far ahead, you can always mail yourself an envelope, steam it back open, and put whatever you want in there.

    2. Re:Um, certified mail or lockbox? by Jack9 · · Score: 1

      This is the purpose of the 3 envelopes. Forensic testing will show tampering. In addition, you have the bank logs. Together this is rather difficult to dispute.

      --

      Often wrong but never in doubt.
      I am Jack9.
      Everyone knows me.
    3. Re:Um, certified mail or lockbox? by Phroggy · · Score: 1

      This is the purpose of the 3 envelopes. Forensic testing will show tampering. In addition, you have the bank logs. Together this is rather difficult to dispute. Forensic testing costs more than copyright registration.
      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
    4. Re:Um, certified mail or lockbox? by elronxenu · · Score: 1
      Many people replied how courts won't accept this as proof, but nobody seems to have mentioned the fact that this is a weak kind of proof because, even if it is accepted as proof, the demonstration of the proof destroys it. You can only open your letter once.

      On the other hand, registering a document with the Copyright Office or having a digital timestamp made, provides recurring proof.

    5. Re:Um, certified mail or lockbox? by Jack9 · · Score: 1

      I respectfully disagree. You would only open the box and letters in the case of an actual dispute, after which you have proven prior art. You only need to have a decision made once. The question isn't how to copyright something, but how to cover your ass before the application is processed.

      --

      Often wrong but never in doubt.
      I am Jack9.
      Everyone knows me.
    6. Re:Um, certified mail or lockbox? by elronxenu · · Score: 1

      What if there's more than one dispute? What if there are concurrent disputes? If you ever have to prove ownership more than once, and you use this method, then second and subsequent proofs depend on proof that you proved it the first time. The necessary chain of evidence becomes longer and thus, more fragile. Use of a digital timestamping service, on the other hand, gives you proof that you can use as many times as necessary. Or if you give the dated document to your lawyer, the lawyer can testify time and again that the document was given on a certain date.

    7. Re:Um, certified mail or lockbox? by Jack9 · · Score: 1

      SCO-like attacks on stare decisis are dismissed. Once the date of inception (invention) has been determined and documented, what manner of legal precedent is there for proving it again? (unless you need to take it to a higher court).

      --

      Often wrong but never in doubt.
      I am Jack9.
      Everyone knows me.
  39. Where are you right now? by Anonymous Coward · · Score: 3, Funny

    I'll meet you to discuss how to secure your IP. Please bring all relevant documents, and don't tell anyone where you are going.

  40. digistamp by proteus421 · · Score: 1

    Seems like some people missed the point that you wanted a digital time stamp and did not want to snail mail for timestamping. Some others seemed to have not considered the burden of proving that the time in the stamp was accurate. http://digistamp.com/ seems to be what you want.

    I'm feeling lucky google for "digital signature time stamp"

    Cheers,
    P-

  41. Notarys... by Joce640k · · Score: 4, Informative

    This is exactly the sort of thing public notarys are for.

    You give them a piece of paper, they sign it and keep a copy. If you ever have to go to court they appear as a witness with their copy of the paper.

    --
    No sig today...
    1. Re:Notarys... by Anonymous Coward · · Score: 1, Informative

      Notaries do not keep a copy of what they sign

    2. Re:Notarys... by Bender0x7D1 · · Score: 1

      In addition, you can request a copy be placed in the records/archives at the courthouse.

      When I was discharged from the Marine Corps, I took my DD-214 paperwork to my county courthouse, requested a couple of certified copies and that a copy be held in the archive. It cost a few dollars, (about $15 if I remember right), but a few days later I got my original copy, my certified copies, and a notice that a copy had been archived. I'm not sure if they will do it for non-government paperwork, but it wouldn't hurt to ask.

      --
      Reading code is like reading the dictionary - you have to read half of it before you can go back and understand it.
    3. Re:Notarys... by maxinuruguay · · Score: 1

      Do not use Notaries for patent ideas. THEY ARE NOT VALID. I do not have a reference handy but do-it-yourself patent books always caution about this. Use 2 knowledgeable people that are not family members to sign and witness your documents. A notary can be faked and has no knowledge of the matter so cant so they cant testify on your behalf about the details of invention if it goes to court (this includes most lawyers as well).

    4. Re:Notarys... by w3woody · · Score: 1

      The only thing a notary public is good for is to verify the signature and dates on a document that is being signed--that is, from a legal perspective they are a slightly beefed-up witness. (In California, on many of the documents I've been having signed, a notary public is equal to two independent witnesses.)

      Worse, in California, a notary public does not keep a copy of the document that was signed. The only thing a notary is really good for is if the two signatories to a document decide to get into a legal court battle on the contents of the document, the notary can then attest to the fact that the two signatories actually signed the document. So they're great for contracts.

      For IP protection, as others have pointed out, you can use the copyright office or the patent office. If you are simply concerned that you have a proper date on a document, you can write up your idea into a document and mail it to yourself; the postmark on a sealed envelop will serve as sufficient evidence that the document was written at the time of the postmark.

      Ultimately, however, all of this only works in so far as you are willing to sue people in a court of law. In other words, if someone is hell bent on robbing you blind, your only recourse is to hire a lawyer and sue the bastard--and if it isn't worth it (or you don't have money to throw at a lawyer on the principle of the thing), all the copyright office notifications and patent notifications and sealed envelops in the world won't mean a damned thing.

      The only thing these tools do is make it easier on the lawyer you hire to defend you.

    5. Re:Notarys... by Anonymous Coward · · Score: 0

      the postmark on a sealed envelop will serve as sufficient evidence that the document was written at the time of the postmark.

      No it won't, people have been steaming envelopes open for years, and the government knows that.

      Just register the damned thing with the Copyright office, or if it's an invention and you don't want to pay the hundreds for a real patent, get a cheap provisional pending patent (if you think you might want to patent it in the next year) or even cheaper, use the statutory invention registration (making it unpatentable by anyone).

    6. Re:Notarys... by RickRussellTX · · Score: 1

      Simple timestamping -- by notary or digital means -- is no guarantee that your IP will be protected, for example see: http://en.wikipedia.org/wiki/Gordon_Gould. Patent application (and eventual granting of same) is really your only option.

    7. Re:Notarys... by Anonymous Coward · · Score: 0
      This would all boil down to whether the notary/lawyer is keeping a copy of the idea, in which case your argument that they are not knowledgeable would not matter, as they have a copy of the work plus a confirmed date (or can you cite precidence?). Although I'm not a USAsian, so I don't know how things work over there.

      Personally, by far my favourite idea is taking out an ad and putting the hash (maybe use multiple hash methods and record all sums) in a widely distributed hard-copy newspaper. It would be impossible for someone to argue about the date (without a far-too massive conspiracy) or content (as the hash should be irreversible). If you were still paranoid, you could laminate/mylar seal the newspaper, THEN give it to (post office clerk/notary/court archives/lawyer/experts on hash functions/overseas friends/time capsule organisers/library/university/microform it into a high-res observitory photograph/have it sent up with a space shuttle/have the image of it air during superbowl or some other highly-taped show).
    8. Re:Notarys... by the+phantom · · Score: 1

      In this case, however, this is sufficient. There is a record that you had something signed and dated as such-and-such a time, and you have a document signed by the notary and dated at such-and-such a time. It proves that you had the material that you claim to hold copyright to at a particular moment in time, which can help prove that you, and not someone else, were the originator.

    9. Re:Notarys... by Protonk · · Score: 1

      You know that if you keep a certified copy at the Courthouse, if becomes a matter of public record (along w/ your name, address, SSN, etc). that's why they tell you at TAPS to just keep a copy in a safe deposit box, not with the county. Here's the link

  42. Various digital timestamp services including USPS. by expro · · Score: 1

    There are a variety of digital timestamps available. Ideally you should use multiples from different sources, so it doesn't matter if some become discredited. In this article, a company compares itself to the service provided by the US Postal Service.

    The mentioned services would have to be provided on a retail basis rather than commercial, as these seem to be described, but I have no reason to believe they are not.

    If you choose a sufficiently-strong message digest, they do not have to sign the whole digital archive containing your data whose existence you want to prove, but only the message digest.

    Disclaimer: just because this service is credible to those understanding the theory, doesn't mean it will automatically be credible to a court, but I think a court established to hear technical issues could hear a good witness testify to the unforgeability and probably be convinced that it constituted proof. Although you might want to also do the more-traditional thing with the stamp that judges are used to seeing, too.

  43. The cheap way by jmv · · Score: 0

    If all you care about is proving you did it first, you can just mail the thing to yourself and keep the sealed envelope. Note however that if a patent is involved, the one who gets the patent is the first to file (in most countries except for the US), so if you don't file someone else can get the patent (even in the US) even if you can prove you invented it first. I would tend to go with "publish it" as a better option.

    1. Re:The cheap way by Hal+The+Computer · · Score: 1

      Offering people wrong advice makes you an idiot.

      Modding up wrong advice makes you an even bigger idiot.

      There's no point in mailing something to yourself unless you are a stamp collector. This is why asking for legal advice on slashdot is a really bad idea.

      --

      int main(void){int x=01232;while(malloc(x));return x;}
    2. Re:The cheap way by jmv · · Score: 1

      Offering people wrong advice makes you an idiot.

      And I suppose calling the other an idiot removes the need for including any argument, right? Mailing to yourself *does* prove you came up with it first. Whether the proof useful in a dispute is another question that depends on the work itself. However, it's sufficient for "moral rights", i.e. claiming you did/wrote/invented it first.

    3. Re:The cheap way by Anonymous Coward · · Score: 0

      No, it doesn't prove anything, since it is possible to mail an unsealed envelope.

    4. Re:The cheap way by rthille · · Score: 1

      How do you prove the document was in the envelope at the time of mailing?

      --
      Awesome furniture, accessories and cabinetry in Santa Rosa, CA: http://humanity-home.com/
    5. Re:The cheap way by DragonWriter · · Score: 1

      Mailing to yourself *does* prove you came up with it first. Whether the proof useful in a dispute is another question that depends on the work itself.


      The reason it is generally not useful in a dispute is because it doesn't prove anything; it doesn't prove that you came up with it, and it doesn't (because its fairly easy to falsify by a number of means) prove that you had it at a particular time in the past.

      However, it's sufficient for "moral rights", i.e. claiming you did/wrote/invented it first.


      Morally, you know you created it and when. You don't need any kind of documentation for that. Proving it to an even slightly skeptical third party, OTOH, is probably not going to be helped much by the mail-it-to-yourself method.
    6. Re:The cheap way by Sigma+7 · · Score: 1

      How do you prove the document was in the envelope at the time of mailing? Emphasis added to text from: http://pe.usps.gov/text/dmm300/503.htm#wp1100045

      2.4.3 Opened Envelope
      Any envelope or package that appears to have been opened and resealed, or otherwise improperly prepared, may not be registered.

      2.4.6 Sealing
      The mailer must securely seal envelopes.

      If you try contesting a defendant that uses the "poor-man's copyright" by claiming that the document wasn't in the envelope at the time it was mailed, this is close enough to the response you'll get. You may want to ask a lawyer on how to properly contest the document, unless it's obvious that the envelope was tampered with.
    7. Re:The cheap way by Hal+The+Computer · · Score: 1

      I don't have to argue with every half-baked theory on the internet. If you read the comments to this article, they're full of people shooting down the idea you espoused.
      a) It's not my argument to make. Do you have any proof for your outrageous claim? As in a court case. Certifying copies is what a notary public is for. I'm skeptical the judge would give much weight to your proof.
      b) I've heard at least two lawyers laugh at the idea you just described. It probably depends on jurisdiction, you really should mention what country's law you're arguing from.
      c) This paricular website:
      http://www.snopes.com/legal/postmark.asp
      seems to strongly disagree with you. I'm not going to find any more, you find some support for your claim.
      d) Moral rights really only apply if you assign your copyright.
      Your entire "argument" is unsubstantiated assertions. I'm warning people to talk to a lawyer before they rely on them.

      --

      int main(void){int x=01232;while(malloc(x));return x;}
  44. Re:Self addressed envelope, and 41cents... by Surt · · Score: 4, Informative

    Please don't mod up this urban legend. There are plenty of ways to fraud this, and no one can offer a court case that actually accepted this as proof.
    http://www.snopes.com/legal/postmark.asp

    --
    "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
  45. Patent it yourself, or forget the whole thing by plierhead · · Score: 1

    IP sucks. Its never as simple as you think.

    If you don't want to personally profit - but you just want to make sure that no-one else can control it - then you could release it/publish it, using any or all of the suggestions given by well-meaning but legally ignorant slashdotters above (or better still ask a lawyer).

    However seriously, if its a great idea, then there's a high chance someone else will want in - perhaps claiming you stole it from them for example. Yes there are people out there like this. Do you really want to stand in the way of a mega conglomerate's or a patent troll's legal team? Whether you are in the right or not will have little to do with it - you'll get spanked and have to move to a cardboard box.

    Perversely, you're probably safer to patent it yourself - that way at least if you get attacked you'll have something to offer to a white knight who might help to defend you.

    --

    [x] auto-moderate all posts by this user as insightful

    1. Re:Patent it yourself, or forget the whole thing by grcumb · · Score: 4, Interesting

      IP sucks. Its never as simple as you think.

      IP sucks because it doesn't exist.

      Look, you either have an object, which is patentable, a work, which can be copyrighted, a symbol, which can be trademarked... or you have an idea, which is only protected until you tell somebody else. If you don't want to share, don't.

      The concept of Intellectual Property - i.e. the idea that an abstract construct can have the same properties as a physical construct - is self-contradictory: If it's intellectual, it's not property. The idea has no basis in law, philosophy or history. I've written about this elsewhere, so I won't waste my breath repeating myself here.

      As far as the submitter is concerned, the alternatives are clear: You can protect the work, but not the idea. If it's a song, write it down and/or record it, then copyright it. If it's software, put it in a public repository that has reliable tracking and timestamping, and associate it with an appropriate license. As the owner, you can change this license any way you like in the future, so pick something that suits you for the time being and leave it at that.

      --
      Crumb's Corollary: Never bring a knife to a bun fight.
    2. Re:Patent it yourself, or forget the whole thing by E++99 · · Score: 1

      Look, you either have an object, which is patentable, a work, which can be copyrighted, a symbol, which can be trademarked... or you have an idea, which is only protected until you tell somebody else. If you don't want to share, don't.

      The concept of Intellectual Property - i.e. the idea that an abstract construct can have the same properties as a physical construct - is self-contradictory: If it's intellectual, it's not property. The idea has no basis in law, philosophy or history. I've written about this elsewhere, so I won't waste my breath repeating myself here.

      This is false as far as patents go. You don't patent a particular object, you patent the design of the object, or you patent a method of doing something. Patents, in the vast majority of cases do not and have not required working prototypes to be built. It is the idea for the design or method being patented.
    3. Re:Patent it yourself, or forget the whole thing by neurojab · · Score: 2, Informative

      IP sucks because it doesn't exist.

      Look, you either have an object, which is patentable, a work, which can be copyrighted, a symbol, which can be trademarked... or you have an idea, which is only protected until you tell somebody else. If you don't want to share, don't.


      I'm afraid that objects are not patentable, it is the design of the object or process the object implements that is patentable (an invention). The point behind a patent is not to keep something to yourself, it's to license the process/design/etc to someone else. The licensing aspect is what makes it property.

      In that vein, I'm not really sure what the submitter of this question intends to do, so it's hard to give advice, but here are some rules of thumb:
      If it's something you want to publish the expression of an idea (in words, music, video, etc), copyright it (with the copyright office)
      If you want to license the idea itself, patent it.
      If it's a logo or name that you want to use to sell something else, trademark it.
      If you want to just keep it secret, just don't tell anyone; or do the appropriate NDAs, etc as a trade secret.

      And I have to say, IP in all its forms (copyright, patent, etc) does exist. Just ask a musician (recording artist), author, or inventor how they make their money.

    4. Re:Patent it yourself, or forget the whole thing by OeLeWaPpErKe · · Score: 1

      ... like money, you mean ?

      Doesn't exist or at least the value of the paper certainly doesn't exits ? Yep
      Can be duplicated at significantly less cost than the actual value of it ? Yep
      Only protected by government regulation and enforcement ? Yep

      Obviously you could have had a point 400 years ago about no basis in history (although you'd have a hard time defending that in those days, because while there wasn't copyright in the law, it was most certainly forbidden to spread "derivative works" of lots of classes of documents, much stricter than today. They (generally meant royalty) just did that without bothering with this nuisance called "law")

      Perhaps you should waste a bit of breath. Because lots of stuff falls under this class of things, and they're quite necessary for our society to exist.

  46. Provisional patent application by Janthkin · · Score: 1

    For $200 (in the US), you can file a provisional patent application. It will never be examined, and will expire in one year, but it is an unambiguous date stamp. (If you're a "small entity", you may be able to cut the fee by 50%.)

    If you want it published with that date, you'll need to file an actual utility application ($1000, same small entity options). In 18 months or so, it'll be published, with the filing date clearly indicated. No one says you have to prosecute the application after filing it.

    1. Re:Provisional patent application by ecloud · · Score: 1

      Agreed. IANAL, but my understanding is this will get you legally documented proof that it's your idea, and can be used as prior art in any future IP dispute that may arise, even though you don't have an actual patent. And provisional patents aren't subject to the kind of scrutiny that real patents are (must be original, must be useful etc.) because the idea is that you do it in a hurry, and then go back and file a real patent app when you get all your ducks in a row. If you don't get around to that, and it expires, well, you have still created a kind of legal protection against future patents that cover the same idea.

      I think this technique ought to be used much more widely in the free software world.

      But I have not yet tried it myself.

  47. Arrested Development by rkanodia · · Score: 1

    From the pilot episode:

    Michael is visiting his father, George, who has been arrested for SEC violations. George is eager to explain to Michael why he chose his wife, an alcoholic layabout, to be the new CEO of his company, instead of his hardworking son.
    George Sr.:They cannot charge a husband and wife for the same crime!
    Michael: That's not true.
    George Sr.: Really?
    Michael: Yep.
    George Sr.: I got the worst fucking attorneys.

  48. Just ... by wsanders · · Score: 5, Funny

    Put it in a sealed envelope and ...oh f***, nevermind.

    How come I don't have any "Please! Stop!" mod points?

    --
    Give a man a fish and you have fed him for today. Teach a man to fish, and he'll say "WHERE'S MY FISH, YOU IDIOT?"
  49. The traditional (and legally strong way).. by CokeJunky · · Score: 0, Redundant

    Is to send a copy to yourself or someone you trust by registered mail (i.e. the post, snail mail, etc.), which you do not open. This has been a long-standing tradition, and requires no further explanation to the courts -- which is the only place this will be of any use because if someone has stolen your idea, that will likely be the only way you will get any recourse.

    However, you do have to watch out: Some jurisdictions count first to patent as golden (unless the first to invent gets it out publicly enough, i.e. published in a journal, or the like, in which case prior art can take effect.).

    IANAL, but I think you have to look at it very carefully. Sometimes the best thing to do is to file the patent, or register the copyright, and then license it for free. That always leaves your options open.

    As per usual, your best option is to consult a lawyer in the field of IP. That is the only way to get meaningful advice on the subject. If it is not worth your time and money to do so, then your novel IP probably isn't worth you taking any steps to protect.

    Or, you could just give it away, and see what happens.

    --
    More Caffeine. NOW
    1. Re:The traditional (and legally strong way).. by xTown · · Score: 1

      Poor man's copyright is not recognized in the U.S. It's too easily faked, among other things.

  50. Securing ip by maxinuruguay · · Score: 2, Insightful

    What do you mean by secure? You better go to the store and by a book about do it yourself patents. There are many good ones. Assuming you want to secure the date that you thought something up, you will want to print out a detailed description of your idea (this does not need to contain claims or anything. Just a good description of what it does, how it improves existing solutions, etc. Patent book will give you an outline for this document). Take this document to 2 people who are capable of understanding it (non family members) and have them witness it by signing and dating it. Then you will have that date PROVIDED that you attempt to reduce it to practice. If it just sits and you do not actively try to build it or sell it you will lose your rights. Note that if you try to sell it before applying for a patent you will have only get 1 year therafter to patent it and you will automatically forfeit international patent protection so think carefully (the US is a big market so you may be content with a forfeit, after all international patents are expensive and costly to enforce). This method btw is free and open source. Also, keep a notebook and have it signed periodically by another person. A witnessed notebook written in ink is also VALID proof for dating IP as well as proving to the court that you were actively try to reduce it to practice. For computer stuff that I do not print out and paste into lab book, I use digital timestamps services from USPTO or digistamp. p.s. DO NOT MAIL IT TO YOURSELF. Postmarks have never been accepted by courts as valid for dating IP. You will need to have your document witnessed so that the court can talk with the person if necessary.

  51. Digital Time Stamps for repeated witnessing by sco08y · · Score: 1

    I'm sure there are a number of timestamp services, but I've used digistamp.com. The service claims it was designed by scientists and certainly seems to meet some of their IP needs. It's based on RFC3161.

    Essentially you generate a checksum and they digitally sign the checksum + the time. So it's crypto proof that at that time T you had a document with checksum C. (You're tied to the document by your account.)

    You can, for example, timestamp a PDF file. It integrates with Acrobat pretty well.

    I think this is the way to go. For example, you could back up your files every night and timestamp them, so if someone is working concurrently on the same idea as you and a dispute happens as to what day you added a particular feature, you would have evidence. I've used it to "notarize" some PDFs and other stuff.

    I have no idea if there have been any legal challenges to this. Digistamp claims that their system has hardware specially designed by IBM to be hard to crack. As far as that goes... well, they're not Diebold...

  52. Registered Letter by Beached · · Score: 1

    Copy it and send it to yourself by registered mail and don't open it.

    --
    ---- aut viam inveniam aut faciam
    1. Re:Registered Letter by blackjackshellac · · Score: 1

      This is the traditional way to legitimize copyright. It won't work for a patent though, for that you have to register the IP, where the game is, you snooze, you lose.

      --
      Salut,

      Jacques

  53. ip.com by Champ · · Score: 1

    There's ip.com's Legal Safeguarding Agent, which has Windows software that will automatically (or manually, if you prefer) compute a document hash for pretty much anything; the company then publishes a daily digest of hashes -- and they even get printed in hardcopy format.

    I don't know the specifics of their hash algorithm, other than it's some combination of MD5 and SHA-1.

  54. Technically, the best method is the oldest by WillAffleckUW · · Score: 1

    Send a registered mail application to the US Library of Congress (or National Library if you're Canadian) for copyright.

    Technically, sending it to yourself (even if a flash drive copy) by registered mail will do, but you get a lot better protection if you go the whole nine yards (8 meters).

    Legally, an electronic signature is also binding, and you can apply for it online as well, but it's amazing how effective a physical copy is in court.

    --
    -- Tigger warning: This post may contain tiggers! --
    1. Re:Technically, the best method is the oldest by WillAffleckUW · · Score: 1

      and to whoever is going to snopes me, I would just like to point out that your copyright exists using the registered mail option to yourself.

      sending via standard post is not as legally restrictive nor logged. It is, however, considered legal proof in the absence of higher proof and has been since the time when we had literal mail but no electronic mail. The laws on this go back to when the Library was a room and they received mail brought by horse. Proof of the existence of such laws is in numerous legal textbooks. Go watch old TV shows of the Paper Chase if you don't believe me.

      I still recommend the physical or electronic registration with the US Library of Congress thru their secure website using the correct copyright registration forms, or the variants for Canada, Mexico, and the EU - each has a registry, as do most nations worldwide.

      Registering in one location confers copyright protection in all locations via international treaty. Said treaty has been around for a long long time.

      --
      -- Tigger warning: This post may contain tiggers! --
    2. Re:Technically, the best method is the oldest by Anonymous Coward · · Score: 0
      One need not "Snopes you," but rather "Copyright Office you."

      To start with, the copyright exists as soon as a creative work is fixed in a tangible medium. The issue is how one proves that the work was created by them on a particular date. The only meaningful answer is, as you say, to register with the Copyright Office.

      The "poor man's copyright" is pointless. Let's assume you decide to take action against an infringer. No federal court will have subject matter jurisdiction to hear a case of infringement without registration. Fine, register before claiming infringement. Then what?

      The defendant will claim you don't legitimately possess the copyright, and you have to prove it. So, you pompously walk into court with your little stamped, registered mail envelope. Your opponent moves in limine to exclude your envelope from evidence. Why?

      Because a critical step of introducing evidence is authenticating prospective evidence. How do you plan to authenticate this? "Your Honor, it has a postmark on it! I signed for it!" You'll be hauling in witnesses to attest that they recognize your signature, your mailman to testify that you signed it, and a postal counter worker to testify that you handed it to them. So what? You know what you've authenticated? An envelope. Congratulations!

      Do you know what you can't authenticate this way? The contents of the god damn envelope. Do you know why? Well, first, when you put it in the mail, you gave up custody of the envelope, so there's now a broken chain of custody. What's more, even if you can demonstrate no loss of the chain of custody, you've now got to prove that what's in the envelope, which was not handled by the Postal Service, was, in fact, in the sealed envelope you mailed.

      The result? Contents of the envelope are excluded. The envelope is excluded, for lack of relevance. But at least the USPS made a few bucks because of a misunderstood myth supported by the short-lived "The Paper Chase" TV series.

  55. How do I secure an IP? by Anonymous Coward · · Score: 0

    Well, I'm partial to pf on OpenBSD myself, but I suppose some people have had luck with ipf, or you could use iptables and Linux, if you're in to that sort of thing...

    As for leaving you options open, I guess you could drop packets sent to each port you are running an internal service on, instead of the usual default deny...but really, that's awfully lazy, just ssh in and change your firewall configuration.

    Oh, an...intellectual property? Zonk suggests tacks.

  56. Published Hash? by Anonymous Coward · · Score: 0

    I've thought about this some before... Being the semi-paranoid type (I'm Anonymous Coward here for a reason), I've often wondered how I could establish time stamped proof of an idea without revealing any details about the idea.

    For example, lets say I do work out a water-to-gasoline conversion process, but I want to keep it secret and continue working on it, but would also like to record and time stamp my findings. If I zipped up all my research and kept it in a safe place, created a strong hash of the zip file (SHA1?), and posted that hash as something in a newspaper classified ad, paid for the classified with a credit card or other traceable tender that belongs to me, would that hold up in the courts as proof?

  57. How Do I Secure An IP, While Leaving Options Open? by MenTaLguY · · Score: 2, Funny

    I've found that a rule-based IP firewall like netfilter works well.

    --

    DNA just wants to be free...
  58. Re:Notaries... by Night+Goat · · Score: 4, Informative

    Notaries do not keep a copy of what they sign

    I think this is a state by state thing. I was a notary in Vermont for a few years and I did not keep a copy of what I notarized. I did log the signings that I did, for my own benefit, but there was nothing in the laws governing notaries saying I would have to do so. Basically, the laws in Vermont said that if you notarize something without using proper diligence to make sure that the person signing the document is actually who they say they are, you'd be liable. So it was in the notary's best interest to only accept official identification and try and spot counterfeit ID. However, unless there was a problem, nobody came around to check these things. I just had to swear to the state that I wouldn't knowingly notarize false documents.
  59. Can't believe this hasn't been mentioned... by sheetsda · · Score: 1

    Buy a small space in your local newspaper and put your name and the MD5 in it (you might consider doing it without your name, but thats risky - if the paper goes out of business who will be able to testify it was you who placed the ad?). Shouldn't cost more than a couple bucks.

  60. DON'T mail it to yourself - and a better alternate by halcyon1234 · · Score: 2, Informative
    Here's why.

    As others have pointed out, this is a useless tactic. Yes, when you mail something to yourself, it gets date stamped. Great, wonderful. But there's no onus on the post office to ensure that you have properly sealed the envelope in anyway. You could leave it completely open and empty, and they'll mail it to you. Later on, at any time, you can put something into the envelope and seal it.

    But what if the post office insists on datestamping over the enclosure of the envelope? Then it MUST be sealed. Sure-- or at least that end of the envelope does. Some envelopes can have two openings, because of the way they're folded. Have them timestamp over the second end. Or unseal the second end and reseal it later.

    Or steam open the envelope, and very carefully reseal it afterwards so that the timestamp matches up.

    Or use a plain white envelope, and a pair of chopsticks. Roll your document around the sticks, then stick the sticks into the envelope through the bottom where it isn't QUITE sealed along the fold.

    There are so many ways to tamper with it. And you forget there's also the question of chain of possession. Who has actually had the envelope from the time it was stamped until the time you present it to the courts?

    And what about a biased source? You're suing someone because you claim you own what they're say they own. Your proof? "Because I said so."

    The main issue here isn't proving that you own something. It's that you own it, and that you came up with it, and that you came up with it first. As others have mentioned, use the patent office. Use a notary. They're all trusted third parties who can verify the when of it.

    And to prove that you actually came up with it-- simple. Show your work. Keep every rough draft, concept sketch, hand-drawn Rose diagram, cvs revision and so forth. If someone does steal the final product, it becomes a huge advantage to you. The other guy says "This is my idea". You say "This is my idea, and here's fifteen boxes of evidence that demonstrate the process I went through to create it." Who do you think the judge is going to believe?

  61. Re:Post... Put stamps across seal by rleibman · · Score: 1

    Put your stamps accross the envelope's seal, when the stamps get canceled (with the date) you'll have proof that you sealed it before mailing it. I once did this, but actually had to do it twice because the first time the cancellation stamp didn't go through the stamps (they put it in the traditional place).

  62. Would it be feasible to by MichailS · · Score: 1

    post all kinds of inventions on Slashdot - thereby making them "prior art" yet releasing them formally to the public - blocking others from patenting them in the future?

  63. not-theft by Anonymous Coward · · Score: 1, Interesting

    Being a "Open Source, free-to-the world sort of person", you should know that it is not possible to take your idea from you. If you tell someone your idea, you still have it.

    Any intellect or idea is not really a property.

    The reason information starts to resemble property is that the temporary monopoly granted by the government has been mis-used and unconstitutionally extended in ways not benefitial to society. The government should not support such profiteering schemes.

    Now if you want to know how to protect you idea such that you get rightful recognition and compensation (for a limited amount of time), then that is a worthy goal.

    But if you are looking to protect your infinite information monopoly from "theft" forever, I suggest you encrypt it and hide it at the bottom of the ocean.

  64. broad publication by mr_mischief · · Score: 1

    If you want sufficient evidence that you thought of something by a certain time, get it published in a magazine, newspaper, or such. Who's going to argue that your plans and concept aren't prior art when they're in Scientific American, Wired, Dog Grooming Monthly, or Fast-food Mexican on the Cheap Magazine before someone else starts using the idea?

  65. Depends on what it is - do NOT mail it to yourself by Garwulf · · Score: 1

    Well, taking a look at what your question is, and giving it a good read, there isn't a whole lot I can suggest that hasn't been suggested already. I can update a couple of things, though.

    First of all, you seem to be operating under the idea that IP laws are restrictive of what you can do with your own IP. This actually isn't the case. Under copyright law, you can do whatever you want with your own IP. Protecting it, or more specifically, the terms under which you want to share it, on the other hand, is another matter, and how you'll go about it will depend on what it is.

    As far as digital timestamps go when it comes to legal proof, that's a tricky one. I honestly don't know if there's a digital proof that will stand up in court. In fact, I'm almost certain there isn't. For that, you'd want to consult a lawyer, particularly since there are a lot of ways a digital timestamp can be faked, and I am not actually a lawyer (I'm a pro writer, but that means I have a working knowledge of the law, rather than an encyclopedic one).

    When it comes to copyrightable materials, mailing it to yourself is NOT considered legal proof of copyright. There are too many ways to fake it, and there is not a single court case, at least not one I have ever heard of, where it was considered to be proof. For more information, see this site: http://www.copyrightauthority.com/poor-mans-copyri ght/

    However, there are two steps you can take that will secure your copyright. The first is very simple - place on the IP "Copyright (or just the © symbol) [year] [name]," and then list the rights that are reserved or granted. So, an example, using my own name, could be "Copyright 2007 Robert B. Marks. Reproduction under the Open Source License is permitted, all other rights reserved" or "© 2007 Robert B. Marks..." That secures your copyright in regards to the Berne Convention. However, for proper protection, that is not enough - you need to register the copyright with your country's copyright office. There may be a digital way to register it with the office, but that registration is still necessary if you're worried about protecting it. This site seems to be a good general reference: http://www.copyrightauthority.com/

    (Please note that while you can copyright a story, a piece of music, or a work of art, you CANNOT copyright an idea. Copyright just doesn't work like that. An idea falls under patent law, and has different rules.)

    As far as an invention goes, that would be a patent of some sort, and you would want to go through your local patent office. Unfortunately, I don't know a great deal about it except for a few bizarre cases of patents gone mad in the US. However, the patent office will have information about how to patent your invention, so you'll want to consult them.

    Should somebody violate your copyright, it is important to be methodical in dealing with them. Keep in mind that it might eventually get to a court case, in which case your own conduct will also be under the magnifying glass. I would suggest beginning with a gentle but firm letter or email informing them that they are infringing and asking them to stop. If they don't, then consult a lawyer and move on from there. Whatever you do, document everything.

    And, if I don't miss my guess, that's it in a nutshell...

    --
    Robert B. Marks
    Author, Demonsbane in Diablo Archive
  66. Re:Published Hash? (Without revealing details) by Anonymous Coward · · Score: 0

    The key thing here is that, unlike with the mail-to-yourself or mail-to-the-copyright-office or various other methods mentioned, is that you can remain certain that NOONE has had the possibility of seeing the details of your idea.

    With any mail-to-whoever method, its a blind hope for success, since there is no way to know if the mailed item will make it until after it arrives. (Neighbor steals it out of your box, or the mail truck burns up in flames, or whatever).

    The problem with any online methods, in my opinion and the opinion of many non-computer-understanding judges/laywers/etc, is that you cannot always trust computer data. (Face it, these are times when every day computer systems get compromised, thus bringing into doubt the integrity of their data and/or the possibility that its records are forged.)

  67. Have old or seriously ill people read it to tape by BitterKraut · · Score: 1

    Have as many old or seriously ill people as you can find (e.g., at your hospital's cancer treatment center) read it to analog audio or, even better, video tape.

  68. Easier method by Captain+Splendid · · Score: 0

    Take the script/photograph/plans/thumbkey, put in durable envelope or box, and then register mail it to yourself. When it arrives, make sure all dates/markings/signatures are clear and legible. Do not open, but store in a safe place. For added redundancy, mail 2 or 3 and store in different locations.

    Quick and easy.

    --
    Linux, you magnificent bastard, I read the fucking manual!
    1. Re:Easier method by tchuladdiass · · Score: 1

      Won't work. The "Post Office Patent", as it's called, is not valid in any court case, because nothing stops you from mailing an unsealed envelope to yourself and later filling it with material.

    2. Re:Easier method by falconwolf · · Score: 1

      Won't work. The "Post Office Patent", as it's called, is not valid in any court case, because nothing stops you from mailing an unsealed envelope to yourself and later filling it with material.

      In the US you can have a notary public stamp the sealed envelope. I don't know if this will hold up in court today but it's a method writers have used for a long tyme.

      Falcon
    3. Re:Easier method by Anonymous Coward · · Score: 0

      It works if you put the stamp across the opening of the envelope. The PO stamps the stamp, thereby proving the envelope was sealed. They might not like you putting a stamp in such an unusual place, but it's worked for me.

    4. Re:Easier method by Firefalcon · · Score: 1

      In the UK, the use of postal evidence is actually recommended by the patent office: http://www.ipo.gov.uk/copy/c-claim/c-register.htm

      The use of Special Delivery ensures that it is sealed when despatched through the post office...

  69. Don't forget treble damages by Anonymous Coward · · Score: 0

    If a work is registered with the Copyright Office, infringers can be assessed treble (triple) damages by a court. If a work is not registered, only damages up to the amount of the loss can be assessed.

    1. Re:Don't forget treble damages by cpt+kangarooski · · Score: 1

      No, there's no treble damages for copyrights.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
  70. Stop and walk away by Crayola · · Score: 2, Informative

    First, you are asking for legal advice. Stop now and walk away from the website. Talk to a lawyer. Do not listen to a storm of layman opinions, all of which are almost certainly wrong.

    Second, if you're still reading this, there is no such thing as "IP" in the law. There are copyright, patents, trademarks, trade secrets, and possibly a few other things. They are not the same, and disclosure has radically different effects on them. The laws vary from country to country.

    Third, it sounds like you're talking about a patent. If so, whatever you do, do not disclose any of it or show work derived from your neato idea until you have talked to a lawyer. Timestamps are the least of your worries, what you really need to care about is killing your chance at the patent before you even get out of the gate. The rules vary by country, and the standards for disclosure vary by country.

    1. Re:Stop and walk away by DragonWriter · · Score: 1

      First, you are asking for legal advice. Stop now and walk away from the website. Talk to a lawyer. Do not listen to a storm of layman opinions, all of which are almost certainly wrong.

      Second, if you're still reading this, there is no such thing as "IP" in the law. There are copyright, patents, trademarks, trade secrets, and possibly a few other things.


      Was it your intention to underline the truth of your first point with your second? There is, indeed, a thing called "IP" or "Intellectual Property" in the law, a subset of the broader category of "Intangible Personal Property", itself a subset of "Personal Property" itself a subset of "Property". Each of those categories has common legal features, and each of those categories has more specific subsets with their own particular rules.
    2. Re:Stop and walk away by TheoMurpse · · Score: 1

      there is no such thing as "IP" in the law
      I don't know what you're talking about, since I'm enrolled in a course at my law school called "Introduction to Intellectual Property Law."
  71. Re:publishing the MD5 in the wall street journal t by smellotron · · Score: 1

    kinda hard to reverse do from a has to the file then...

    What?

  72. Registered Post by Frogbert · · Score: 1

    You could always send it registered post to yourself and leave it unopened.

  73. Well, it's okay to ask Slashdot.... by ebbomega · · Score: 1

    Just be sure to have plenty of these handy:

    --
    Karma: Non-Heinous
  74. There's no such thing as IP by fyoder · · Score: 1

    Copyright and patents extend a monopoly of limited duration on creative works to the creator or their employer, depending on contracts or law. If it can be considered 'property', then it is the property of all. If you don't like the idea that ultimately your creative work doesn't belong to you, then work to get copyright abolished and replaced with some sort of actual intellectual property right. This idea that copyright makes something 'intellectual property' is ass backwards and only serves the interests of those who are trying to get us to believe that copyright infringement equates to theft. Copyright infringement is wrong because it violates the monopoly control granted by law to the holder of the copyright, not because it's stealing, or even more laughable 'piracy'.

    /rant

    --
    Loose lips lose spit.
    1. Re:There's no such thing as IP by geekoid · · Score: 1

      nope.
      legally it's a property. Copyright gives the creator permission to use that property EXCLUSIVLY for a period of time. That's the control. When you buy real property the only thing that makes it yours is your ability to control it.

      ". Copyright infringement is wrong because it violates the monopoly control granted by law to the holder of the copyright,..."

      exactly. What's wrong with that?

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    2. Re:There's no such thing as IP by Anonymous Coward · · Score: 0

      Information can be treated artificially like a property.

      This "property" exists solely because of a government protected monopoly.

      There is a short time where treating information as a property is beneficial to society.
      That period of time without which authors would not create innovative, beneficial and creative works.

      It's hard to say where the line is, but it's far less than 95 years. 15 or so is enough.
      Less for patents. Less for software.

      Once the line is passed, the monopoly starts to have a negative affect in the same way other government protected monopolies have a negative affect. Decreased competition, less motivation for innovation.

      The more it feels like a "property" the less useful it is to society. We're back to medieval times with the Stationers having an unlimited monopoly on the works of dead authors.

  75. Do some research by g0at · · Score: 1

    "copywritable"? Dear god. First, learn how to spell; then learn what it means. Then think, then start asking some questions. And do your best to avoid the catch-phrase "intellectual property", because when you get down to brass tacks and in law, it's vague and somewhat meaningless.

    -b

  76. I tried mailing the stuff to myself... by dfsmith · · Score: 1

    ... but a few days later I received a letter in the mail that showed that the EXACT SAME THING had been copyrighted on the same day. Boy was I bummed.

  77. Re:Depends on what it is - do NOT mail it to yours by maxinuruguay · · Score: 1

    Digital timestamps offered by USPTO or digistamp type services cannot be faked. They use custom, certified, tamper proof hardware that is locked after the initial configuration.

  78. Use the feds, that is what they are there for by Anonymous Coward · · Score: 0

    Email it to the White House. They will log it for you. If you want written verification and want it delivered to your door just reference your bomb-making skills.

  79. This Is Slashdot!!! by Anonymous Coward · · Score: 0

    Holding the patent doesn't mean that nobody else can use the IP, it just means that you set the rules for its use.

    But what if I buy a physical copy of his work, it's *MINE* now, isn't it? I can copy it, give it away, use it for developing nuclear weapons, whatever I want! You're talking as if he's got some kind of "author's right" over his work, and is free to set any terms of use for it. That means he could make me promise not to develop nuclear weapons with it, or (gasp) *copy* it, before I can have it! I mean, where did he get that right? Just because he created it?

    Well, that's no fun! Don't you understand what this means? It means that if I have to comply with those terms even after I buy something, then I don't really own it, do I? All I bought is a specific license to use it, or something.

    I mean, come on. This is Slashdot, right? It sure looked like it when I typed the URL in.

  80. File it with the copyright office by Spazmania · · Score: 1

    File it with the copyright office. Doing so authenticates the date filed. That is what the copyright office exists for, after all.

    --
    Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion.
  81. Publish it through IP.com by Anonymous Coward · · Score: 0

    Try http://ip.com/. Quoting from their website, "IP.com, Inc. is the global leader in providing enterprise-wide innovation management solutions. IP.com provides both web-based and desktop solutions to facilitate rapid and reliable publication of technical disclosures as well as providing irrefutable protection of electronic documents. With IP.com's comprehensive suite of products, companies can effectively manage and strengthen their intellectual property portfolio. The world's largest and most innovative companies trust IP.com to process and authenticate their records of innovation."

  82. Securing an IP is done with a firewall by Anonymous Coward · · Score: 0

    You're on the wrong site altogether.

    Sure you can ask that question too, but not in the way you phrased it.

    Even though we know what you mean, "Securing an IP" means securing access to an internet address, and absolutely nothing else.

    The editors have lost all techie credentials by letting that title through.

  83. Provisional Patent Application by drcln · · Score: 1

    File a provisional patent application using the USPTO provided form as a cover sheet online. This preserves your patent filing date for one year. You can do it yourself. But, if its worth anything to you, you should get the help of a registered patent attorney or agent.

    --
    your gravity fails and negativity don't pull you through
  84. Securing an IP? by cepler · · Score: 1

    ...use a firewall and a VPN.

  85. Put adwith encrypted 'puzzle' in major newspaper by rufusdufus · · Score: 1

    The idea is, you have something to publish which is so huge that you just couldnt trust anyone not to steal it, not the patent examiner, not the notary, not your lawyer, nobody.
    Best idea I've come up with is to put an add that appears to be a 'word search' puzzle in a major newspaper like the new york times, but its actually a simple encryption to some major text like the declaration of independence. Don't tell anyone what it really is.

    Now, its published wide and far, but nobody knows about it!

  86. Music example by Anonymous Coward · · Score: 0

    When I was 15 I wrote a song for the piano which was good enough that my piano teacher recommended that I write it down on sheet music and mail a copy of it to myself prior to submission to sheet music publishers. I made a photocopy of the sheet music for my song, mailed it to myself, and bang, I had proof of when I had written the music.

  87. Mod Up! by Anonymous Coward · · Score: 0

    Funny!

  88. Obscure scientific journals by Spy+der+Mann · · Score: 1

    One of the downsides of sci journals is that they own the text. So you can't publish it on a journal and then publish it on slashdot.

    HOWEVER... you can make TWO versions: One as in a technical report, but with less scientific level. You post that on a public site. Then make a journal-ready version and submit it to the sci journals.

  89. From a California Notary Standpoint: by fast+turtle · · Score: 3, Informative
    Several things can't be notarized. First is a photograph. Second is a program.

    Simply put, a Notary Public in the United States verifies Identity, not ownership of IP and as such can not usually and damn well better think twice about it; notarize anything that is not a written document with a signature on it. Things like Contracts, Afidavits, Acknowledgements and so on that indicate some type of written response with a signature is required.

    --
    Mod me up/Mod me down: I wont frown as I've no crown
    1. Re:From a California Notary Standpoint: by Just+Some+Guy · · Score: 1

      Several things can't be notarized. First is a photograph. Second is a program.

      Why is that, exactly? I'm pretty ignorant of what all notaries do, but it seems that notaries offer a timestamping service of sorts (the Authentication and Accounting parts of AAA). You're not verifying that I own the copyright of what's printed on this paper, but would be vouching that as of the date and time on it, I did in fact possess that paper. Wouldn't proving that you had a printed copy of any written information at a certain point be a positive defense against any accusation that someone else wrote it first, assuming they couldn't produce equal proof?

      --
      Dewey, what part of this looks like authorities should be involved?
    2. Re:From a California Notary Standpoint: by Dun+Malg · · Score: 1

      I'm pretty ignorant of what all notaries do, but it seems that notaries offer a timestamping service of sorts Notaries only verify that the person signing has the proper legal documents to identify themselves as the person whose name is being signed. Notaries only notarize signatures on documents like contracts, bills of sale, etc. where a signature is customarily affixed to indicate agreement to the terms thereon. They obviously will not notarize a blank piece of paper with a signature, nor anything else of the sort.
      --
      If a job's not worth doing, it's not worth doing right.
  90. Copyright by AndrewM1 · · Score: 1

    If all you're interested in is all credit pointing back to you, just go to your local copyright office, register the copyright on it, and offer it under the Creative Commons Attribution License, which allows anyone to use, share or create derivative works of. Alternatively, if you don't want anyone messing with it, use the Creative Commons Attribution-No Derivatives License.

    This way, people are free to use it under the terms those licenses provide for, but since you hold the registered copyright, if anyone tries to use it for anything the licenses don't allow, you can take them to court. Thanks to the copyright registration, the burden of proof is shifted to them to prove that you *don't* own it, not an easy task compared to you having to prove you do own it.

    If the idea is more of an invention, than you'd be better off patenting it, which is much more expensive ($500 for patent, $40 for copyright), but the same idea applies: Register protection on it, then license it so that anyone can use it under your terms.

  91. Hoe about Askemos by duplicatedAccount · · Score: 1

    Have you read about http://www.askemos.org/ ? It seems to do what you are looking for.

  92. Keeping a copy... by Joce640k · · Score: 1

    Where I live the Notaries definitely keep a copy. I've even asked one for a duplicate copy when I lost an original.

    And...if they don't keep a copy of documents then what use are notaries? Any signature can be forged.

    [shrug]

    --
    No sig today...
    1. Re:Keeping a copy... by Anonymous Coward · · Score: 0

      While I agree with your criticism, I have looked up the law in two U.S. states and neither required the Notary Public to keep any copy of a signed document. All they had to keep was a ledger book with a record they had signed something at such and such time for such and such person.

  93. My girlfriend learned this easy cheap method by Anonymous Coward · · Score: 0

    Make this the first thing you do, seal all of the information in an envolope and mail it to yourself. Dont open it. Now you have a federal timestamp and while, yes, we could make something look very authentic even if its not, it is, and surely forensics will prove you right. Then go and risk telling someone else about your invention to save the world.

    1. Re:My girlfriend learned this easy cheap method by kcbanner · · Score: 1

      1. Mail this, don't seal the envelope.
      1. Wait.
      3. Print out latest invention or something.
      4. Seal in envelope.
      5. ???
      6. Profit

      Thanks, I'll be here all week.

      --
      Obligatory blog plug: http://www.caseybanner.ca/
  94. Moral and Money by Ginger_Chris · · Score: 1

    Patent it, and if anyone wants to use it charge them one penny. That protects your patent and everyone thinks your a kind generous soul. However, if enough people use your idea because it's so amazing you could make a fortune. Though taking all those pennies to the bank might get a bit tiresome.

  95. business plan? by wytcld · · Score: 1

    What would it take to establish a computer system that can be audited in a transparent way and that can store any document sent to it in a date-and-content-secured fashion? Yes, you'd have to establish for the courts that the record was unfalsifiable. But it ought to be possible to build something, based on write-once media and some method of severely locking down ntp timestamps, that could store anything that could be sent digitally, in a way that would to a high degree of certainty establish the date it was received.

    With the most minimal fee per item stored, this would be a goldmine. The only difficult part is how to absolutely lock down the timestamping method.

    --
    "with their freedom lost all virtue lose" - Milton
  96. USA is different... by Joce640k · · Score: 1

    Sorry for replying to my own post, but...

    I've just been reading Wikipedia and notaries in the USA are different than the rest of the world. In the USA they don't keep copies.

    As far as I can tell from reading that, notaries in the USA just prepare standard documents/contracts (eg. transfer of real estate) and oversee the signing of them. Their signatures have no legal power in a court of law.

    Here in Spain (and other countries) they do all that but they also keep a copy of everything they sign in case a dispute arises (eg. somebody tries to add extra words to a contract).

    --
    No sig today...
    1. Re:USA is different... by Netlurker · · Score: 3, Informative

      While the exact duties of a Notary Public vary slightly by state in the US (because you are acting as an officer of the state and regulated by state law, in my case Ohio) we generally have two responsibilities.

      1) Perform signature acknowledgements (verify a document is signed by the person it says it was by requiring the personal appearance of such person with proper ID. A common example of this is real estate mortgages as you alluded.
      2) Administer oaths for sworn statements (jurat/affidavit). A common example of this is sale of a vehicle where you are required to swear that the information on the ownership title is correct.

      Some additional duties can include: administering the oath of office for elected officials, making certified copies of documents that are not subject to public recording, etc.

    2. Re:USA is different... by msblack · · Score: 1

      While the exact duties of a Notary Public vary slightly by state in the US (because you are acting as an officer of the state and regulated by state law, in my case Ohio) we generally have two responsibilities.

      1) Perform signature acknowledgements (verify a document is signed by the person it says it was by requiring the personal appearance of such person with proper ID. A common example of this is real estate mortgages as you alluded.
      2) Administer oaths for sworn statements (jurat/affidavit). A common example of this is sale of a vehicle where you are required to swear that the information on the ownership title is correct.

      Some additional duties can include: administering the oath of office for elected officials, making certified copies of documents that are not subject to public recording, etc. Please MOD parent up to 5 and stop this mindless speculation and posturing over notary duties in most of the US, excepting Louisiana.
      --
      signature pending slashdot approval
    3. Re:USA is different... by Belial6 · · Score: 1

      Correct. At least here in California, Notaries are specifically instructed not to even look at what is being signed. It is not their job to deal with what is in the document. They can actually get themselves in trouble if they do. The job is strictly limited to doing due diligence on making sure the person signing is who they say they are. It is perfectly acceptable for a Notary Public to Notarize a document that is written in a language that they do not speak.

  97. File a Patent Application or Publish by Anonymous Coward · · Score: 0

    Two good options, given that your main problem is preventing other people from patenting your tech:

    1) Publish somewhere respectable. If it's really a good idea, you can probably find a journal to publish in. Note: your personal website is not a good place. Not only is it difficult to verify, the patent office probably isn't going to look there when evaluating someone else's patent.

    2) File a patent application. IIRC it's possible to file an application for a relatively small fee (at least compared to actually getting a patent). This has the distinct advantage that patent offices are almost guaranteed to run across your work.

  98. Notaries by zogger · · Score: 1

    Best three bucks you can spend to have proof of a piece of paper existing on such and such a date. It's analog, not digital, but as part of your IP protecting scheme it sure can't hurt.

  99. Paragraphs! by SanityInAnarchy · · Score: 1

    Dear god, man!

    In response, I'm not sure time.gov is sufficient. I'd prefer something more decentralized. Right now, we do have a few timestamping authorities...

    What I'd like to see is a network of cooperating timeservers, that send logs of their signatures to each other to get signed. So that you would first get one signature back, then 5 or 10, and so on... Also making a breach of security much less devastating.

    And by the way... DON'T USE MD5!!! There are better hashes out there now.

    --
    Don't thank God, thank a doctor!
    1. Re:Paragraphs! by Torvaun · · Score: 1

      Write it on the back of a high res wide angle of the night sky. It will never be exactly the same.

      --
      I see your informative link, and raise you a pithy comment.
  100. Use StampYourDocuments.com by mrmike37 · · Score: 2, Interesting

    ...Or, you could use StampYourDocuments.com. I've used their software, and it is really easy. Plus, they offer PDF Registration certificates so you can include it with your distributable.

    --
    Really, I'm not trying to be clever with my signature.
    1. Re:Use StampYourDocuments.com by tomhudson · · Score: 2, Interesting

      Submit it to usenet.

      Seriously, you can't "secure" IP and still make it known to the general public. Ask Coca-cola. They protected their recipe by simply not releasing it. If they had, any protection would have expired long ago.

      There is no innate "right" to IP - you only have what the local laws + your enforcement of same can provide. Even then, you can't stop all uses. Fair use comes into play on copyrights; obviousness, prior art, lack of true invention come into play on patents. On top of that, patents are granted by country or by block of countries (if you go through WIPO), so its going to cost some serious loot to get that all-encompassing patent protection.

      Think about it. Banting and Best refused to patent insulin. As a result, a lot more people got access to it a lot quicker.

    2. Re:Use StampYourDocuments.com by mrmike37 · · Score: 1

      What you just said is making my head hurt. I think you are missing the point.

      --
      Really, I'm not trying to be clever with my signature.
    3. Re:Use StampYourDocuments.com by tomhudson · · Score: 1

      My point is that there is NO perfect solution, and that the question is in such a general format that its useless :-)

      1. If its copyrightable, stop yapping and copyright it already. :-)

      2. If its patentable, pay the $100 and get a provisional patent.

      3. If its neither, then troll slashdot with it.
      At least, thats what seems to be the case with this article.
    4. Re:Use StampYourDocuments.com by mrmike37 · · Score: 2, Informative

      He didn't say he wanted to exclude anybody from using his IP. Given his goals, I think he is being pretty reasonable (or as reasonable as any Ask Slashdot Question). Hence, something like StampYourDocuments.com would be helpful to him.

      --
      Really, I'm not trying to be clever with my signature.
    5. Re:Use StampYourDocuments.com by JoelKatz · · Score: 2, Interesting

      StampYourDocuments.com seems suspiciously snake-oily. For one thing, their technical description contains lots of errors. For example, read their answer to the FAQ question "What is a fingerprint?".

      Second, they do not provide you with cryptographic proof of registration. I don't see what the point of such a service is if they don't provide you with that. Even there "registration certificates" don't seem to actually certify anything since they don't contain their own signature.

      The only actual service they seem to provide is sending your signatures to the copyright office periodically. This would be great proof if there was some way to access those signatures if needed. They don't say that there is, and I fear that there may not be. If you can't get to it in order to prove it, I don't see how it does any good.

      They do a lot of other things that strongly suggest they are relatively clueless. For example, there certification letter contains a timestamp in Pacific time. Because we set our clocks back once a year, a Pacific time stamp is not reliable for determining which of two things occurred first. The either don't know this or don't care, and I'm not particularly happy with either possibility.

      Since most of the actual verification exists only on their servers and you pay a yearly fee, it would appear that if you terminate your service, you lose all your timestamps. They don't say otherwise, and that *really* concerns me.

      Note: This is based on a fairly quick scan of their web page. If I misunderstood anything or missed any details, I apologize and will make efforts to correct any factual errors upon notification.

    6. Re:Use StampYourDocuments.com by mrmike37 · · Score: 2, Informative

      > For one thing, their technical description contains lots of errors. For example, read their answer to the FAQ question "What is a fingerprint?".

      While certainly not technically accurate, I think it is a good approximation of what a hashing algorithm does. Remember, most customers do not know anything about computer science.

      > Second, they do not provide you with cryptographic proof of registration. I don't see what the point of such a service is if they don't provide you with that. Even there "registration certificates" don't seem to actually certify anything since they don't contain their own signature.

      StampYourDocuments.com used SHA-512. If by crypotgraphic proof, you mean something like signing your document with their private key, then you would have to share your document with them, which would defeat one of the main advantages of StampYourDocuments.com. They certify that a certain piece of data existed at a certain date and time, that's it (and that's all they promise to do). By the way, /s/ Signature is the proper way to sign something electronically.

      > This would be great proof if there was some way to access those signatures if needed. They don't say that there is.

      First, you could ask StampYourDocuments to turn over the information they supplied to the Copyright Office, or you could have StampYourDocuments testify. If, for some reason, you can get SYD to turn it over, subpoena it from the Copyright Office. Remember, if you really NEED the info directly from the Copyright Office, you are already in a lawsuit.

      > For example, there certification letter contains a timestamp in Pacific time.

      Based on the date and time of the stamp, you could convert any time to UTC. They are based in Los Angeles, so they observe daylight savings. They have to pick one time zone to store in their database, so Pacific Time is as good as any (I would think UTC would confuse many people).

      > Since most of the actual verification exists only on their servers and you pay a yearly fee, it would appear that if you terminate your service, you lose all your timestamps. They don't say otherwise, and that *really* concerns me.

      First, see the subpoena from the Copyright Office above. This pretty much moots your argument. Second, they have a lifetime membership option. From what I understand, when your membership expires, you only lose the ability to generate new certificates (and to view your stamps in one convenient place). You could always print out your stamps from the document log (plus, all the stamps are saved on your computer).

      --
      Really, I'm not trying to be clever with my signature.
    7. Re:Use StampYourDocuments.com by JoelKatz · · Score: 1

      I disagree with everything you said, except the observation that their description of a hashing algorithm is not that bad.

      First, you are completely incorrect about needing a document to sign it. You only need to hash to sign a document, and you send them the hash. There is no reason they couldn't provide you with cryptographic proof of your submission.

      Second, as for getting SYD to turn over the information or to subpeona them, they charge a huge amount for that ($1,000/day plus mileage). You should already receive such proof when you submit the hashes in the first place.

      As for converting the time stamp to UTC, I think you missed my point. You *cannot* convert a time in Pacific time to UTC. That's the problem. Consider a timestamp at 1:20AM on the day we set our clocks back. Was that the first 1:20AM or the second?

      As for their lifetime membership option, they could go out of business next month. It's simply massively defective for them to keep all your timestamps only in their log. The timestamp should be cryptographic, so that it can be exchanged and independently verified.

      As for the stamps saved on your computer, that does you no good at all. They are saved without any validation of their time of generation. Printing the stamps from the log would not produce any way to verify *when* you printed them.

      If the whole point of this service is to prove when you had a document, why does it contain no simple way to do that even though such ways are well known?

    8. Re:Use StampYourDocuments.com by mrmike37 · · Score: 1

      > First, you are completely incorrect about needing a document to sign it. Where did you go to law school? I did go to one. > Second, as for getting SYD to turn over the information or to subpeona them, they charge a huge amount for that ($1,000/day plus mileage). You haven't priced expert witnessess lately, have you. $1,000/day is DIRT CHEAP. > Consider a timestamp at 1:20AM on the day we set our clocks back. Was that the first 1:20AM or the second? I agree, twice a year, there is a one hour period of ambigiousness. Even if the court presumes the less favorable time, how many ideas boil down to one hour of precision. > As for their lifetime membership option, they could go out of business next month. It's simply massively defective for them to keep all your timestamps only in their log. They don't keep it only in their logs: they sent it to the Copyright Office. > The timestamp should be cryptographic, so that it can be exchanged and independently verified I really don't think you've thought this out. The point of SYD is to very an idea was created on or before a given date / time without sharing it with anybody. A cryptographic signature does not provide ANYTHING extra. In fact, it only presents downsides (such as having to share your idea.) > As for the stamps saved on your computer, that does you no good at all. They are saved without any validation of their time of generation. Printing the stamps from the log would not produce any way to verify *when* you printed them. If you really don't trust SYD, then subpoena the Copyright Office. > If the whole point of this service is to prove when you had a document, why does it contain no simple way to do that even though such ways are well known? I honestly believe you are moderately intelligent, but you haven't thought this out. When you graduate from law school, I am more than happy to continue this debate.

      --
      Really, I'm not trying to be clever with my signature.
    9. Re:Use StampYourDocuments.com by JoelKatz · · Score: 1

      You really have no idea what you're talking about. I don't know what I can do other than tell you that you don't have enough information to form an opinion. Your comments are based on serious misunderstandings about how digital cryptography works.

      You do not need to present someone with a document in order for them to digitally sign it. If you did, the first thing they would do is compute the hash of the document and then throw the document away. The signature is applied to the hash of the document, not the document itself. So your entire analysis is based on a false premise. A cryptographic signature does provide something extra -- it proves that you had the document at a particular precise time. This is the whole point of their service, so how you could argue that it's nothing "extra" is beyond me.

      You put a lot of weight in their sending the signatures to the copyright office. Do you know for a fact that the copyright office retains them? (I honestly don't know. Do you know?)

      As for the one hour not being a big deal, remember, the whole point of this service is to prove that you had a document at a particular time. The fact that they don't, as far as we can tell, provide an unambiguous way to tell what time a hash was submitted is deeply troubling.

      Again, all I had is access to their few web pages describing their service. Who knows what's behind the scenes. That these kinds of glaring errors are visible just from their promotional material is deeply troubling.

      They don't seem to have any kind of understanding of modern cryptography. (And you don't seem to either, since you don't understand that a digital signature is always of the hash of a document.)

    10. Re:Use StampYourDocuments.com by mrmike37 · · Score: 1

      I have no doubt that you know the basics of cryptography (so do I, but you don't seem to believe me), but only a lawyer knows how this information would be used in court. Until you have studied the Federal Rules of Evidence, and the relevant Copyright and Patent laws, I recommend you reserve your judgment.

      --
      Really, I'm not trying to be clever with my signature.
    11. Re:Use StampYourDocuments.com by JoelKatz · · Score: 1

      So your argument comes down to "there might be something I don't know". Well, sure, there might be. But it's the job of their web site to make their customers comfortable with their service, and it utterly fails to do that. Again, their whole purpose is to allow you to prove you submitted a document at a particular time and they fail to do that.

      You claim that you know the basics of cryptography, but have no addressed my specific explanation for why I think you don't. You misunderstand how digital signatures are generated, thinking that they cannot be produced with only the hash of the document signed. This is manifestly false, and your whole reason for why their service is designed as it is was based on this false understanding.

    12. Re:Use StampYourDocuments.com by mrmike37 · · Score: 1

      I hope you don't confuse my curtness with an inability to answer your questions. I can assure you it is a result of my utter frustration with your lack of legal knowledge. My argument is that the StampYourDocuments method is sufficient to prove the date of creation of a document in court and nothing more. I don't think you posses the requisite knowledge to intelligently debate me on that issue (not because you aren't smart, but because you haven't studied it). You may very well know more than me about cryptography, but I know that SYD's method is sufficient. I think I understand better your argument, and I agree that SYD could cryptop-sign a hash, but if you don't trust SYD, why would a court trust that SYD didn't sign a hash ex-post (assuming a conspiracy)? By sending the hashes to the Copyright Office, an entity more trusted than any company is ultimately the one that is trusted by the court. If the Copyright Office, or other government body, starts crypto-signing hashes, SYD would be out of business. But until then, I believe it does provide value.

      However, I do agree with you that SYD has a difficult task in explaining its services to the layman, and they probably have not succeeded (I think utterly failed is a bit of an exaggeration). Luckily, their inability to explain things to the general public does not affect me. I'm sure they would love any suggestions you could give them.

      --
      Really, I'm not trying to be clever with my signature.
    13. Re:Use StampYourDocuments.com by JoelKatz · · Score: 1

      I don't know what axe you have to grind, but your argument is nonsense.

      1) I asked if you *knew* that the copyright office retained these documents so that they would be guaranteed to be available. No answer.

      2) I asked if you *knew* that SYD retains timestamps after an account is terminated. They obviously can't if they're out of business. No answer.

      They utterly fail to do the one thing they're supposed to do for these two reasons. Unless I can be confident that there's going to be some way for me to get to my timestamps in a provable way (not a printout with no cryptographic validator), the service fails to provide the one thing it claims to provide.

      It is very simple to provide cryptographic proof that one had a document on a particular date. The document is not required to do this. Nothing SYD does prevents them from doing this as well. The fact that they don't actually do this speaks volumes, as does the fact that their timestamps are ambiguous.

      As for a court trusting that SYD didn't stamp a document ex-post, I don't know what to say. You obviously don't understand digital cryptography. This is an easily solved problem. For example, you could submit the hash to two independent free public trusted timestamp providers (say, Verisign and Certum). It's hard to imagine a conspiracy involving Verisign, Certum, and SYD. It's as plausible as someone in the copyright office retroactively sneaking a document in.

      The point is, their service is deliberately badly crippled to ensure that you lose your timestamps if you don't pony up the yearly fee or pay for the permanent service. As a consequence, if they go out of business, you lose your timestamps. You may or may not be able to find your timestamp among god knows how many others in the myriad submissions at the copyright office.

      If you want to continue this, you need to answer two questions:

      1) Is your argument that their service is useful based primarily on the copy that goes to the copyright office rather than the copy that they retain?

      2) Do you have any reason to believe it would be possible or practical to get that copy from the copyright office and find your hash among the god knows how many that SYD submits?

  101. File a provisional patent discolsure by originalhack · · Score: 1

    You file a (simple) provisional patent application. That starts the clock for you to patent it and sets the date right in the patent office so nobody else should be able to. Then, before a year is up, you can file a utility patent application or you can abandon it. Costs around $150.

  102. If you encrypted it with a DATETIME value as key.. by EdBear69 · · Score: 1
    People could use the information only by acknowledging when the content was created. That takes care of prior art.

    And if someone tried to do an end-around on that, you could hit them with a DMCA lawsuit.

    And just for the record, I OWN 2007-08-31 16:20:23 UTC. ...and I'll sue you if you try to use it.

    --
    I'm not an actor, but I play one on TV...
  103. Patents by trondotcom · · Score: 0

    Patent a discovering means make your discovering public patent to the World.

    If you can patent your discovering, you can share your discovering with whoever you want being your discovering protected by industrial property protection.

  104. lawyers by falconwolf · · Score: 1

    Yeah, think about this: how can you prove the envelope was sealed, and contained it's present contents, when you mailed it? If this worked, you could just mail yourself an empty, unsealed envelope tomorrow, and then 15 years from now you could stick whatever you wanted in it and seal it.

    That bring up something I read about lawyers. I don't know if it's true but I read lawyers have to keep correspondence for 7 years, even email. This one lawyer upgraded his computer and wanted to how to copy all of his email over. Even the spam, 7 years of it, as he had to keep that as well.

    Falcon
  105. How it's done in the real world. by E++99 · · Score: 1

    For patents, you get a composition book, and write up the progress of your invention every day you work on it. At the end of the day, you date and sign the entry, and have someone else -- your partner, boss, or whatever, to countersign. That's your evidence that you developed the idea, and the exact time frame of when you developed the idea.

    Digitally signed timestamps might be better in theory, but I wouldn't bank on a judge or jury understanding why they're meaningful. So until there's a precedent establishing their validity, you should probably at least do the above.

  106. a witness with no financial interest by Uzik2 · · Score: 1

    A witness who can state, in court, they knew about your invention on a specific date is useful when determining who gets custody of an idea if two people file for patent simultaneously.

    --
    -- Programming with boost is like building a house with lego. It's a cool but I wouldn't want to live in it
  107. Stop calling it "Intellectual Property" by concord · · Score: 1

    by Richard M. Stallman

    It has become fashionable to describe copyright, patents, and trademarks as "intellectual property". This fashion did not arise by accident--the term systematically distorts and confuses these issues, and its use was and is promoted by those who gain from this confusion. Anyone wishing to think clearly about any of these laws would do well to reject the term.

    One effect of the term is a bias that is not hard to see: it suggests thinking about copyright, patents and trademarks by analogy with property rights for physical objects. (This analogy is at odds with the legal philosophies of copyright law, of patent law, and of trademark law, but only specialists know that.) These laws are in fact not much like physical property law, but use of this term leads legislators to change them to be more so. Since that is the change desired by the companies that exercise copyright, patent and trademark powers, these companies have worked to make the term fashionable.

    According to Professor Mark Lemley, now of the Stanford Law School, the widespread use of the term "intellectual property" is a fad that followed the 1967 founding of the World "Intellectual Property" Organization, and only became really common in the past few years. (WIPO is formally a UN organization, but in fact it represents the interests of the holders of copyrights, patents and trademarks.)

    Those who would prefer to judge these issues on their merits should reject a biased term for them. Many have asked me to propose some other name for the category--or proposed alternatives themselves. Suggestions include IMPs, for Imposed Monopoly Privileges, and GOLEMs, for Government-Originated Legally Enforced Monopolies. Some speak of "exclusive rights regimes", but this means referring to restrictions as rights, which is doublethink too.

    But it is a mistake to replace "intellectual property" with any other term. A different name could eliminate the bias, but won't address the term's deeper problem: overgeneralization. There is no such unified thing as "intellectual property". It is a mirage, which appears to have a coherent existence only because the term suggests it does.

    The term "intellectual property" operates as a catch-all to lump together disparate laws. Non-lawyers who hear the term "intellectual property" applied to these various laws tend to assume they are instances of a common principle, and that they function similarly. Nothing could be further from the case.

    These laws originated separately, evolved differently, cover different activities, have different rules, and raise different public policy issues. Copyright law was designed to promote authorship and art, and covers the details of a work of authorship or art. Patent law was intended to encourage publication of ideas, at the price of finite monopolies over these ideas--a price that may be worth paying in some fields and not in others. Trademark law was not intended to promote any business activity, but simply to enable buyers to know what they are buying; however, legislators under the influence of "intellectual property" have turned it into a scheme that provides incentives for advertising (without asking the public if we want more advertising).

    Since these laws developed independently, they are different in every detail as well as in their basic purposes and methods. Thus, if you learn some fact about copyright law, you had best assume that patent law is different. You'll rarely go wrong that way!

    Laymen are not alone in getting confused by this term. I regularly find that experts on patent law, copyright law, and trademark law, even law professors who teach these subjects, have been lured by the seductiveness of the term "intellectual property" into general statements that conflict with the facts they know. The term distracts them from using their own knowledge.

    People often say "intellectual property" when they really mean some other category, larger or smaller than "intellectual property". For instance, rich count

    --
    MFG: "The system supports both the LAMP (Linux, Apache, MySQL, PHP) and WIMP (Windows, IIS, MySQL, PHP) platforms."
  108. Simple. by Anonymous Coward · · Score: 0

    Just put a copyright notice on it. Who's gonna bother to check? Oh, and if you add PROPRIETARY SOFTWARE NOT FOR REDISTRIBUTION TRIPLE TOP SECRET MJ12 EYES ONLY it makes it more legal.

  109. IBM Technical Disclosure Bulletin by KC1P · · Score: 1

    Unless I misunderstand, this was the entire purpose of the IBM Technical Disclosure Bulletin. I don't know why they canned it, because it's a great idea -- an insanely boring magazine that no one is supposed to read, but it exists solely for establishing prior art. So if they have an idea that's cool but they're not going to patent it, they write it up in a TDB issue and the prior art ends up stored in whatever libraries like to hoard this kind of thing, which makes it easy to thrash (in court) anyone who later tries to patent the idea. (You don't have to take IBM's word that they invented it because they made it public record at the time.)

    Is the FSF doing anything like this? It's such an obviously good idea, I hope someone still is. Well I suppose if you don't mind paying advertising rates, you can use any halfway respectable publication for this -- i.e. take out a classified ad (in the legal notices section I guess) in your local paper that describes your idea, and it'll end up on microfilm at the local library etc. Hopefully that's respectable enough to be admissable in case you wind up being sued by some weasel who patents your idea five years from now and claims you didn't invent it.

  110. Statutory Invention Registration by Anonymous Coward · · Score: 0

    For a patentable invention, a little known service of the patent office known as "Statutory Invention Registration" allows you to do exactly what you're looking for. Draft up a good description of your invention and submit it to the USPTO as an SIR. The USPTO publishes the SIR with your name, and it becomes prior art against anyone else trying to use the invention. You don't have any rights to prevent others from using it, but no one else will either, and your name will be on it.

    Of course, you have to pay a pile of fees to make this happen. Something in the neighborhood of $1000. It's actually cheaper to file a regular utility patent application and allow it to get published 18 months after filing, then abandon the app (or prosecute it to issue, then offer a free license). Once it's published, your name is on it, and no one else could patent it or otherwise stop others from using it.

  111. When working in R&D by baggins2001 · · Score: 1

    When working in R&D we always had someone else sign the pages and date the pages of our notebooks. My boss could be or was anal retentive on this. On more than one occassion in 12 years (2 that I can remember) it showed a clear documented history of how we arrived at the process we were patenting.

    Yeah it was really awkward at first. But we all really got the hang of it after awhile. Hey Bob I did some shit today and I need you to sign my notebook. It got to where you glanced at the pages and signed and dated them, yeah because they were mostly crap. But they led to a signed document that showed the history of how you were working on something and it led to this one day.

    So for one of the patents it showed a history where we had been working on something and like 7 to 10 people had signed our work throughout the progression. I really think this is one of the better ways. Rarely does an idea on how to make a better mouse trap spring up in one day and having multiple people or a another person sign and date your progression provides pretty good evidence of when and how you arrived at an idea.

    Which is probably way better than the evidence of say: We were sitting around and thought hey wouldn't it be neat if people could click on an icon and they could buy an item. So we patented it.

    Versus: we were working on a web site and we were trying to come up with simple, secure ways for purchasing. We initially did this and then we realized that with javascript and cookies we could do this and then one day we realized that we could combine it all it one secure transaction.

    I wasn't working in programming at the time, but this is more like how we arrived at stuff, a progression rather than eureka.

    I talked with Jack Kilby once and he more or less had the same inputs about his invention (the integrated circuit), although it was rather condensed (he went from transistor to circuits in a matter of months). He knew where he was headed but there was a progression to what he was accomplishing. I believe that his notes showed this and that was why he was accredited with the invention of the integrated circuit. My boss knew him and that's how I met him. I am pretty sure that is why my boss was so anal about the notes we took.

    Because if you look at it now the IC seems to be a inevitable progression from the transistor. But at the time Kilby was working on it, it wasn't an inevitable progression it was a lot of hard work proving and overcoming obstacles such as latching.

    --
    He who said 1,000,000 monkeys on 1,000,000 typewriters would eventually type the great novel, never saw an AOL chat room
  112. Fake public crypto? by owlstead · · Score: 1

    "The same with Public Key crypto. I could lock it up with a time stamp, but what prevents me from faking the stamp that locks the file?"

    Ehm, Public Key crypto? Look it up on Wikipedia if you are not sure about a mechanism. Relevant part of Wikipedia contents follow.

    The TSA concatenates a timestamp to the hash and calculates the hash of this concatenation. This hash is in turn digitally signed with the private key of the TSA. This signed hash + the timestamp is sent back to the requester of the timestamp who stores these with the original data (see diagram).

    Since the original data can not be calculated from the hash (because the hash function is a one way function), the TSA never gets to see the original data, which allows the use of this method for confidential data.

    Simple solution used in previous times was to post sensitive data via official state post service to your own address, since post stamp is an official time-stamp recognized in court.

  113. Re:publishing the MD5 in the wall street journal t by way2trivial · · Score: 1

    I missed an h... should have been
    kinda hard to reverse do from a hash to the file then...

    --
    every day http://en.wikipedia.org/wiki/Special:Random
  114. Use the GPL as well by bzipitidoo · · Score: 2, Interesting

    Those technical solutions are all very well, and I wish governments would get with the times and offer official digital timestamping services of their own, or bless some of the existing ones. Unfortunately, there's at least one good technical excuse why they need not rush to embrace these new ways. We don't have a proof that P!=NP, and a great deal of crypto (and other things) depends upon the assumption that P!=NP. Would be a bummer to set everything up, get systems, procedures, offices, legal traditions etc. all established, and then someone discovers that P=NP after all. (As if the possibilities from P=NP wouldn't be more than enough compensation for that drawback, but enough digression.) Well of course that's not why governments have not done more of this. It's not like governments waited around for proof that Intellectual Property was a good idea or even made sense before enshrining those concepts in law.

    But being an Open Source, free-to-the world sort of person, I'm willing to share my knowledge to the world, as long as all credit points unambiguously to me.

    Very good. Why not use the Gnu Public License, or some other similar license? Here is how the GPL answers your concern.

    If you think about it, identification is crucial. Neither copyright nor the GPL could not work if there was no way of attribution. Otherwise, anyone could claim to be the author of some GPLed software, and therefore perfectly within their rights to release "their" code under any other license they want. Imagine if no one could dispute a claim by Tivo that Tivo was the author of all the GPL code in their devices, because there was no legal means to identify who really wrote something.

    Note that copyright law, and therefore the GPL, sidesteps all question of proof by technical means. The law dates to times long before there were even the concepts of one way hashes, public key encryption, and digital signatures, let alone equipment capable of doing it. The law simply uses witnesses. There are a few details to try to make witnessing more reliable, such as the process notaries go through to become notaries, or the registration process at a copyright office. The law is not without problems-- for instance there are rumors it is possible to copyright something in country A, and get shafted in country B as someone else copies your stuff and copyrights there in their name before you get around to it.

    --
    Intellectual Property is a monopolistic, selfish, and defective concept. It is "tyranny over the mind of man"
  115. THIS IS NOT LEGAL ADVICE! by Compulawyer · · Score: 1
    You should consult an IP lawyer who represents YOU (especially not your employer or contractor) to get specific answers to your questions. However, here are some general IP considerations:
    • For copyrightable items, in the USA you can register your copyright with the Copyright Office. There is a form to fill out and a small fee (around US $45).
    • For patentable inventions, you can either file a patent application (in the USA - a non-provisional application if you ever want it to publish) or a statutory invention registration (SIR). An SIR is examined like a patent application but does not give patent rights. Non-provisional patent applications are published 18 months after filing with the US Patent and Trademark Office. However, you cannot use the USPTO as your publishing house - you must actually be seeking patent rights in good faith. The filing fee for a small entity is the US is currently US $500. You may also need to pay a patent attorney to assist you in getting a patent application in the proper form and to comply with the requirements of the patent laws. A source code printout will not suffice as a valid patent application.
    • You can submit a white paper for publication in a journal. Obviously, this will not be a viable approach for source code but it may be suitable for system-level descriptions of your code.
    These methods are not perfect. None of these methods will conclusively prove beyond any doubt whatsoever that you created something as of a specific time. Someone can always make the claim that you copied what you filed from another source. However, if you are the true creator, anyone challenging your claim that you are the creator will be unable to substantiate their claims.
    --

    Laws affecting technology will always be bad until enough techies become lawyers.

  116. Registered Mail. by Anonymous Coward · · Score: 0

    In the US, if you send something Registered Mail (as opposed to Certified) the envelope must be sealed at the Post Office along all edges with a heavy brown tape, to which the postmark is affixed along its length. Registered mail actually has legal use, in that every postal employee who handles the item must log the fact that they've touched it, and the Post Office always has a record of handling the item. So, if your purpose is simply to record the fact that you were the first with the idea, I would say that you could sign it, seal it in an envelope, sign it across the flap, take it into the post office, and send it Registered Mail. You could send it to yourself, and take the unopened envelope and place it in a safe deposit box with all Post Office seals intact, but it would be better to send it to a lawyer with instructions to hold it in escrow. That would usually be a nominal fee.

    Yes, it could, theoretically, be faked, but with the records of the post office as well as the added benefit of being held by an independent third party, I would say that would be fairly difficult evidence to impeach.

  117. It was a cold and stormy night... by Anonymous Coward · · Score: 0

    Stanislaw: Are you thinking what I'm thinking Vlad?
    Vlad: I think so, but where are we going to get 8 gorillas in civil-war costumes at 4am in the morning in the middle of Moscow?
    Stanislaw: Nyet!! We will need a space-craft, some snacks, a digital camera and a rake!
    Vlad: You mean...?
    Stanislaw: Da comrade! We are going to undo the moon-landing and claim it as our own!
    Vlad: There is only one problem..
    Stanislaw: ?
    Vlad: We used our last flag on that sub-arctic continental shelf!
    Stanislaw: Damn! Okay...plan B.
    Vlad: What is plan B Stan?
    Stanislaw: The same thing we do every night Vlad, WE TRY TO TAKE OVER THE WORLD!

  118. Step 1... by Anonymous Coward · · Score: 0

    Step 1: Are you a patent troll? If so, leave Slashdot immediately.

    Step 2: If you are still here, read on...

  119. Intellectual Property by chiraz90210 · · Score: 1

    err... If something is opensource, then I assume you accept contributions. Then "intellectual property" isn't truly owned by you, is it? By the way, the world is constantly changing. Software is more and more commodity, unless you work in particular niches or develop truly complicated stuff, generally applicable to algorithms. Consider also how the software can be used to develop a certain kind of "ecology" in your area. So rather than just developing tools, you become a kind of steward for that area with consultancy, knowledge management etc... This is a perfect match for opensource and with more people into the idea, your business can grow a lot stronger and at a much faster pace. If you don't limit marketing and commercial "application" of the software by others in different countries, then everybody wins. The project gains reputation and this kind of reputation is easily related to the business you may be starting (since you need to show sponsorship). The difficulty is wearing two quite different hats most of the time. The key here is looking for the right balance!

  120. This guy doesn't like patents: by cool_arrow · · Score: 1
  121. The 'method' which you seek is expensive by jackstack · · Score: 1

    I've been writing patents for a while for the companies I've worked for and here's my view: if you want to be able to enforce the protection of your IP - you better have deep pockets. Just to get the patent is hundreds if not thousands of dollars. And then once you have it - depending on the level of detectability - you will need to determine if someone is infringing on it. Obviously - there are certain kinds of inventions that are easy to detect and vice-versa. Then once you've determined that, it's not like you can just call the 'cops'. You need to *sue* them and pay legal fees.

  122. Dude... by autophile · · Score: 1

    That whole question is sooooo 20th century!

    --Rob

    --
    Towards the Singularity.
  123. Re:WGA Registry better by cbslocum · · Score: 2, Informative

    try www.wgaregistry.org -- non-profut, in business 75 years, for screenwriters but takes all kinds of files

  124. Send gmail to yourself by lvv · · Score: 1

    I wonder if webmail, can be proof of priority. It is probably better to use several big webmail providers. Email (content and timestamp) stored on webmail provider server, not easily accessible by outsiders.

  125. The Punk Rock approach by RexDevious · · Score: 1

    As a punk musician, I used to have to copyright my works all the time. And as a punk musician, I didn't really much money to do it with, nor the extended periods of sobriety required for anything complex.

    I simply wrote to the copyright office asking for copyright forms - they're pretty general. You fill out the form, throw it and the cassette or cd in the mail, and you're done.

    On occasion, there was something else I wanted to copyright, text or ideas or whatever. Not wanting to spend extra money on a whole separate stamp, I'd just read the ideas into the tape recorder, appending it to whatever songs I submitting that month. You can afford a computer, electricity, and internet access - so it'd probably be easier to get a copyright in the work's intended medium. It's still the same copyright form.

    Patents are a much bigger process, involving fees. This won't make your IP patented, but it's at least proof of prior art, so you can prevent someone else from getting an enforceable patent. And if that situation arises, there'd be a good chance that it would be worth going to the time and expense of filing for a patent yourself, after having invalidated the other guy's one.

    But I like the idea of copyrighting everything as music. The RIAA clearly loves to go around suing people. They've got too much money, and not enough decent cases. Sing your water-to-gasoline conversion process as song, copyright it, and then have the RIAA go after the newly formed conglomerate, Sunoco Springs, for infringing on your *lyrics*.

  126. copyrights by falconwolf · · Score: 1

    In the US without registration all you could win in court if it went that far is to get a cease and desist order.

    Basically true, but one should note that that's if you haven't registered when you go to court; you don't have to register before the infringement to be able to sue for damages. It's a limitation on instituting (certain types of) legal action not on your rights as a copyright holder.

    Thanks, I didn't know that. If you find someone who's copying your work as their own, you can then register and sue for compensation.

    Falcon