active questions tagged efs - Stack Overflowmost recent 30 from stackoverflow.com2009-12-21T15:53:57Zhttp://stackoverflow.com/feeds/tag/efshttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1611220/how-to-determine-whether-a-file-is-encrypted-with-efs0How to determine whether a file is encrypted with EFS?Matt2009-10-23T03:20:36Z2009-10-23T03:48:29Z
<p>Is there a library method somewhere for figuring out whether a file has been encrypted with EFS? I see the <code>Encrypt()</code> and <code>Decrypt()</code> methods on FileInfo, but am looking for a way to query a file's state.</p>
http://stackoverflow.com/questions/1458481/how-to-create-a-local-iis-site-with-encrypted-wwwroot-using-efs-on-vista1How to create a local IIS site with encrypted wwwroot using EFS on VistaFrederik Slijkerman2009-09-22T06:48:22Z2009-09-23T19:00:22Z
<p>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 with IIS. If I turn off encryption on the wwwroot of a site, IIS can serve it just fine. However, I really would like to be able to use encryption here as well.</p>
<p>I've tried these steps:
<a href="http://support.microsoft.com/kb/243756" rel="nofollow">http://support.microsoft.com/kb/243756</a></p>
<p>When I try to view the local site in IE, I get a login dialog as expected, but it doesn't accept my credentials, although this is the account I use to encrypt the served files. Has anyone tried this and got it to work?</p>
http://stackoverflow.com/questions/1347275/c-programmatically-adding-efs-certificates-to-encrypted-fileefs0C# Programmatically adding EFS Certificates to encrypted file(EFS) Jangwenyi2009-08-28T14:16:00Z2009-09-01T11:52:06Z
<p>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 'Encrypt' check box in the 'Advanced Attribute' dialog.</p>
<p>I am looking for an API to allow me do this in C#.</p>
<p>Any ideas?</p>
http://stackoverflow.com/questions/11699/efs-encryption-key-pop-up0EFS encryption key pop upBrian Leahy2008-08-14T21:04:11Z2009-08-23T12:38:22Z
<p>I'm getting notifications to back up my encryption key for EFS in Vista, however i haven't enabled bit locker or drive encryption.</p>
<p>Anyone know how to find out what files may be encrypted or have an explanation for why it would notify me?</p>
http://stackoverflow.com/questions/300487/prevent-save-as-functionality-1Prevent Save As Functionalitydocumatic2008-11-18T23:03:39Z2008-11-19T20:50:47Z
<p>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 user from saving the document as... (though it prevents access to the original source file). Any ideas outthere?</p>
http://stackoverflow.com/questions/135943/encrypting-source-code4Encrypting Source CodeKiwiBastard2008-09-25T20:44:33Z2008-09-25T21:01:33Z
<p>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 day or two a week and we want to secure the code on my laptop.</p>
<p>We have looked at a few alternatives, but Windows EFS and Bitlocker seem to be the most obvious. The laptop doesn't have TPM hardware, and I won't have access to Active Directory from home, so EFS looks to be the option.</p>
<p>Basically, does anyone else have any alternatives, or issues with using EFS to encrypt source code? </p>