PDA

View Full Version : File encryption question



hambone79
April 27th, 2011, 10:59 PM
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.

jerenept
April 27th, 2011, 11:08 PM
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.

WRDN
April 27th, 2011, 11:28 PM
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.

NMFTM
April 28th, 2011, 08:11 PM
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.

hambone79
April 29th, 2011, 03:13 AM
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.

Paqman
April 29th, 2011, 03:47 AM
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.

hambone79
April 29th, 2011, 04:01 AM
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.

Paqman
April 29th, 2011, 04:05 AM
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.

Thewhistlingwind
April 29th, 2011, 05:16 AM
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.

PhillyPhil
April 29th, 2011, 05:35 AM
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).