Encrypt shared files on AD Domain.

Posted by Walter on Super User See other posts from Super User or by Walter
Published on 2010-05-28T17:31:43Z Indexed on 2010/05/28 17:32 UTC
Read the original article Hit count: 240

Can I encrypt shared files on windows server and allow only authenticated domain users have access to these files?

The scenario as follows:

I have a software development company, and I would like to protect my source code from being copied by my programmers.

One problem is that some programmers use their own laptops to developing the company's software.

In this scenario it's impossible to prevent developers from copying the source code for their laptops.

In this case I thought about the following solution, but i don't know if it's possible to implement.

The idea is to encrypt the source code and they are accessible (decrypted) only when developers are logged into the AD domain, ie if they are not logged into the AD domain, the source code would be encrypted be useless.

How can be implemented this using EFS?

© Super User or respective owner

Encrypt shared files on AD Domain.

Posted by Walter on Server Fault See other posts from Server Fault or by Walter
Published on 2010-05-28T16:21:26Z Indexed on 2010/05/28 16:34 UTC
Read the original article Hit count: 241

Can I encrypt shared files on windows server and allow only authenticated domain users have access to these files?

The scenario as follows:

I have a software development company, and I would like to protect my source code from being copied by my programmers.

One problem is that some programmers use their own laptops to developing the company's software.

In this scenario it's impossible to prevent developers from copying the source code for their laptops.

In this case I thought about the following solution, but i don't know if it's possible to implement.

The idea is to encrypt the source code and they are accessible (decrypted) only when developers are logged into the AD domain, ie if they are not logged into the AD domain, the source code would be encrypted be useless.

Can be implemented this ? What technology should be used?

© Server Fault or respective owner

Related posts about security

Related posts about active-directory