Tagged Questions
The efs tag has no wiki summary.
4
votes
7answers
426 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 ...
2
votes
1answer
182 views
Creating a new directory from C# with Encrypting File System switched on
Has anyone created a new directory from C# with Encrypting File System switched on?
Additionally any information on doing this from an install would be helpful too.
1
vote
0answers
76 views
USING EFS with IIS and PHP encrypt uploaded documents
My php website allows authorised users share documents by uploading and downloading documents to a document library.
I want to store the files encrypted on the server, and I am trying to use EFS, ...
1
vote
3answers
570 views
Decrypting EFS encrypted files
I have a number of files that were encrypted using EFS on my old Windows XP installation. I installed Windows 7 and now I can't access these files. You can read about the whole embarrassing ...
1
vote
3answers
485 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
21 views
How to create Eclipse EFS resources on the fly in a content provider?
I like to write a plugin for Eclipse, which allows to work with archive files as with normal file directories. For instance, if there is a zip file inside a project, the user should be able to view ...
0
votes
0answers
42 views
Using webdav within an Eclipse plugin
I'm looking into using webdav as a filesystem for an Eclipse plugin that I'm writing. For this to work with the latest versions of Eclipse, I'll need a plugin which conforms to the EFS specification ...
0
votes
1answer
54 views
tortoisesvn can NOT access Encrypting File System repository
My system is Win7
If My repository folder is encrypted, then I can NOT get the log or browser it.
why?
If i use file:///F:/SVNsystem/AVRsensor/trunk, I can access the repository
but ...
0
votes
0answers
100 views
Writing to zip file with Eclipse EFS
I have a plugin where I want to mount a zip file in the file system. As a lot of
other Eclipse related stuff, I can't find any good documentation.
To implement the reading I have used this tutorial.
...
0
votes
0answers
188 views
Errors copying EFS files from one drive to another
Short story: I'm receiving file permissions errors when copying encrypted files from a drive that used to be in laptop, and now attached to another, that were encrypted using the same domain account ...
0
votes
0answers
159 views
Can my Windows Domain Administrator decrypt my DPAPI encrypted files?
I want to encrypt passwords using the DPAPI like this
ProtectedData.Protect(plain, optionalEntropy, DataProtectionScope.CurrentUser);
and wonder if the domain administrator could decrypt the ...
0
votes
1answer
108 views
How to get access to Eclipse fileindex/EFS or how to find a specific file with a plugin?
Hi I want to create a Eclipse Plugin which search in all open projects/EFS for a specific file. The first aproach was, to walk over the full filesystemtree, what is not very fast.
Now I want to reuse ...
0
votes
1answer
238 views
Anyway to decrypt an EFS file?
I have the user's password, but nothing else - is there a way to decrypt an EFS-protected file?
0
votes
1answer
462 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 ...
0
votes
1answer
513 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
7answers
2k 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
1k 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 ...