Tagged Questions

0
votes
1answer
30 views

How to determine whether a file is encrypted with EFS?

Is there a library method somewhere for figuring out whether a file has been encrypted with EFS? I see the Encrypt() and Decrypt() methods on FileInfo, but am looking for a way to query a file's …
1
vote
3answers
61 views

How to create a local IIS site with encrypted wwwroot using EFS on Vista

I'm preparing a laptop to take with me while travelling, so all my user data is encrypted using EFS in case someone decides to steal it. I also need to set up a couple of local sites for development …
0
votes
1answer
108 views

C# Programmatically adding EFS Certificates to encrypted file(EFS)

After a file has been encrypted using EFS, its possible to share file access with other users by selectig their certificates from a list provided when you click on the 'Details' button next to the …
0
votes
5answers
366 views

EFS encryption key pop up

I'm getting notifications to back up my encryption key for EFS in Vista, however i haven't enabled bit locker or drive encryption. Anyone know how to find out what files may be encrypted or have an …
-1
votes
5answers
468 views

Prevent Save As Functionality

I need to prevent a document from being saved / saved as (say from ms word). I've looked around and I havn't quite found a satifying answer. I've considered EFS... but I don't think it prevents the …
4
votes
7answers
268 views

Encrypting Source Code

I work on relatively sensitive code that we wouldn't want falling into the wrong hands. Up until now, all the code has been keep in house so it hasn't been an issue. I am moving to working from home a …