Results 1 to 10 of 10

Thread: File encryption question

  1. #1
    Join Date
    Oct 2006
    Location
    Adairsville, GA
    Beans
    166
    Distro
    Ubuntu 12.04 Precise Pangolin

    File encryption question

    Does anyone out there know of a open source tool that will allow me implement something basic digital rights management? I need to send confidential machine drawings to a vendor, but in the past the drawings have been leaked by careless e-mailing. Basically, I want to make it easy for them to access the files but I would like to make it difficult to e-mail it so many times it gets leaked accidentally.

    I believe what I need is some sort of encryption where I can give the recipient a key that will tie it to their machine, or some way to limit the number of times they can forward it by e-mail.

    I'm open to any suggestions, but above all I don't want to make it an annoyance for the vendor receiving the drawings.

  2. #2
    Join Date
    Feb 2009
    Location
    Trinidad and Tobago
    Beans
    340
    Distro
    Ubuntu Development Release

    Re: File encryption question

    Quote Originally Posted by hambone79 View Post
    Does anyone out there know of a open source tool that will allow me implement something basic digital rights management? I need to send confidential machine drawings to a vendor, but in the past the drawings have been leaked by careless e-mailing. Basically, I want to make it easy for them to access the files but I would like to make it difficult to e-mail it so many times it gets leaked accidentally.

    I believe what I need is some sort of encryption where I can give the recipient a key that will tie it to their machine, or some way to limit the number of times they can forward it by e-mail.

    I'm open to any suggestions, but above all I don't want to make it an annoyance for the vendor receiving the drawings.
    GPG encryption should work, but it would be a bit of an inconvenience to the vendor.
    The above post definitely does not contain any sarcasm at all.

  3. #3
    Join Date
    May 2008
    Location
    Beverley, UK
    Beans
    733
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: File encryption question

    If you're looking for strong file encryption, many applications support the three variants of AES (Advanced Encryption Standard) encryption - 128bit, 192bit and strongest of all, 256 bit. Examples of applications with support include 7-Zip.

    The algorithm is widely used, and is employed to encrypt up to "Top Secret" level US Government documents.
    Everything that has a Beginning, has an End

  4. #4
    Join Date
    Apr 2010
    Beans
    49
    Distro
    Xubuntu 11.04 Natty Narwhal

    Re: File encryption question

    Quote Originally Posted by jerenept View Post
    GPG encryption should work, but it would be a bit of an inconvenience to the vendor.
    Once it's decrypted though, that wouldn't stop the recepient from sending the decrypted version to anyone they wanted to. Or if the public key was compromised, anyone from decrypting the file just as the recipient was able to.
    The only thing I know for certain is that I know nothing at all, for certain.

  5. #5
    Join Date
    Oct 2006
    Location
    Adairsville, GA
    Beans
    166
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: File encryption question

    Quote Originally Posted by NMFTM View Post
    Once it's decrypted though, that wouldn't stop the recepient from sending the decrypted version to anyone they wanted to. Or if the public key was compromised, anyone from decrypting the file just as the recipient was able to.
    This is exactly what I'm afraid of, but I'm not sure how to prevent it. It seems like the only way is to setup some kind of server that will manage access.

  6. #6
    Join Date
    Jan 2007
    Beans
    6,537
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: File encryption question

    A technological solution is bound to be complex.
    If the documents are really sensitive you might want to get legal advice. Some kind of non-disclosure agreement and serialising the documents so you could trace them to their source if they were leaked maybe?

    Either that or simply don't let them make their own copy of them.

  7. #7
    Join Date
    Oct 2006
    Location
    Adairsville, GA
    Beans
    166
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: File encryption question

    Quote Originally Posted by Paqman View Post
    A technological solution is bound to be complex.
    If the documents are really sensitive you might want to get legal advice. Some kind of non-disclosure agreement and serialising the documents so you could trace them to their source if they were leaked maybe?

    Either that or simply don't let them make their own copy of them.
    Unfortunately it's pretty common for vendors to be careless with drawings even when there is a NDA in place. They can get away with it because of the disclaimer they put in their e-mail signature...it basically says if you are not the intended recipient you should delete the e-mail immediately.

  8. #8
    Join Date
    Jan 2007
    Beans
    6,537
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: File encryption question

    Quote Originally Posted by hambone79 View Post
    Unfortunately it's pretty common for vendors to be careless with drawings even when there is a NDA in place. They can get away with it because of the disclaimer they put in their e-mail signature...it basically says if you are not the intended recipient you should delete the e-mail immediately.
    IANAL, but i'm pretty sure there's not many legal obligations you can actually wriggle out of with a disclaimer. Otherwise you could just use a disclaimer to get away with anything you wanted.

  9. #9
    Join Date
    Apr 2011
    Beans
    484

    Re: File encryption question

    Quote Originally Posted by Paqman View Post
    IANAL, but i'm pretty sure there's not many legal obligations you can actually wriggle out of with a disclaimer. Otherwise you could just use a disclaimer to get away with anything you wanted.
    AFAIK It's about as flimsy as a plastic ruler when it comes to legal protection. Though I don't think the OP wants a long (Costly) suit on their hands.

    Unfortunately, there is no way to stop people from leaking information, besides only having trustworthy people look at it. Encryption can only go so far. Once the recipient has it, and has a decrypted copy, they can do whatever they want.

    Sorry.

    EDIT: Just for clarification. IANAL (I Am Not A Lawyer) as well.
    Last edited by Thewhistlingwind; April 29th, 2011 at 05:20 AM.
    Life is an extraordinarily long concatenation of luck and coincidence.

  10. #10
    Join Date
    Apr 2011
    Beans
    23

    Re: File encryption question

    Give them access to your website where you allow them to view the drawings but not otherwise access them (bar the vendor manually taking screenshots of the website).

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •