<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; encrypt files</title> <atom:link href="http://www.ghacks.net/tag/encrypt-files/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>How To Encrypt Files, Folders With EFS</title><link>http://www.ghacks.net/2011/05/07/how-to-encrypt-files-folders-with-efs/</link> <comments>http://www.ghacks.net/2011/05/07/how-to-encrypt-files-folders-with-efs/#comments</comments> <pubDate>Sat, 07 May 2011 13:05:06 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[efs]]></category> <category><![CDATA[encrypt files]]></category> <category><![CDATA[encrypting file system]]></category> <category><![CDATA[ntfs]]></category> <category><![CDATA[windows tips]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=44855</guid> <description><![CDATA[The Encrypting File System (EFS) has been part of all professional versions of Windows since Windows 2000. The feature provides file level encryption for data stored on NTFS systems, and is directly linked to a specific user account on an operating system. Only the user who encrypted the files and folders will be able to [...]]]></description> <content:encoded><![CDATA[<p>The Encrypting File System (EFS) has been part of all professional versions of Windows since Windows 2000. The feature provides file level encryption for data stored on NTFS systems, and is directly linked to a specific user account on an operating system. Only the user who encrypted the files and folders will be able to access them after they have been encrypted. The encrypted data is protected from outside access as well, as it cannot be accessed by booting into another operating system or analysis of the hard drive.</p><p>For the user in question, the files and folders appear as any other files on the system, with the exception that they are are highlighted in green.</p><p>Here are some examples of where it may make sense to use EFS encryption:</p><ul><li>Protecting your <a
href="http://www.ghacks.net/2011/04/13/dropbox-insecure/">Dropbox</a> configuration files</li><li>Protecting your KeePass database, or another database</li><li>Protecting files that you do not want anyone else to open, ever</li></ul><h3>EFS Support</h3><p>The following versions and editions of Windows support EFS:</p><ul><li>Windows 2000, XP Professional</li><li>Windows Server (all)</li><li>Windows Vista Business, Enterprise, Ultimate</li><li>Windows 7 Professional, Enterprise, Ultimate</li></ul><h3>Encrypting Data With EFS</h3><p>You can encrypt data in Windows Explorer. Select one or multiple files and folders in Windows Explorer, right-click the selection afterwards and select Properties from the context menu.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/05/file-folder-properties.png" alt="file folder properties" title="file folder properties" width="377" height="461" class="alignnone size-full wp-image-44856" /></p><p>Click on Advanced and locate <strong>Encrypt contents to secure data</strong> on the new window. If you have selected at least one folder, you will be asked if you only want to encrypt the root files of that folder, or files in sub-folders as well.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/05/encrypt-contents-to-secure-data.png" alt="encrypt contents to secure data" title="encrypt contents to secure data" width="394" height="347" class="alignnone size-full wp-image-44858" /></p><p>The files and folder in question are then displayed in green in Windows Explorer. Congratulations, you have just encrypted your first files or folders with EFS.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/05/encrypted-efs-folder.png" alt="encrypted efs folder" title="encrypted efs folder" width="386" height="160" class="alignnone size-full wp-image-44859" /></p><p>You can work with the files and folders normally as long as you are logged into the right user account. Please note that even system administrators cannot access the encrypted files.</p><h3>Decrypting Data With The Encrypting File System</h3><p>The time may come where you may want to decrypt the data, for instance before moving the files to a new computer system. This is done by repeating the exact same process.</p><p>Select the files and folders, right-click on them afterwards and select Properties. Click on the Advanced button and remove the checkmark from Encrypt contents to secure data.</p><h3>EFS Backup</h3><p>The encryption is directly linked to the account and password, which means that any change to the password or account has the effect that the files cannot be decrypted anymore. This can be problematic, considering that you may forget your account password, which would then make all encrypted files inaccessible.</p><p>Backup is the solution in this case. Microsoft Windows generates a certificate after you have used EFS for the first time. You can backup the certificate to restore file access even if the account or operating system changes.</p><p>Use Windows-r to bring up the run command box. Type certmgr.msc in the box and hit enter. This opens the Windows Certificate Manager. Go to Personal > Certificates under Current User. You should see a certificate for your user account.</p><p>Right-click that entry and select All Tasks -> Exports from the context menu.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/05/export-certificate-570x401.png" alt="export certificate" title="export certificate" width="570" height="401" class="alignnone size-medium wp-image-44860" /></p><p>This launches the Certificate Export Wizard. Click Next on the start screen, and switch to Yes, export the private key on the next screen.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/05/export-private-key.png" alt="export private key" title="export private key" width="513" height="466" class="alignnone size-full wp-image-44861" /></p><p>Do not change the default settings on the Export File Format screen, just select Next.</p><p>You are now asked to enter a password which will be used to protect the private key from third party access. Someone with access to the key and the right password could import the certificate on another system to gain access to the encrypted files on your system.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/05/private-key-password.png" alt="private key password" title="private key password" width="513" height="466" class="alignnone size-full wp-image-44862" /></p><p>You need to select a location and file name for the private key in the last step. You are free to choose any filename and location you want, for instance on a True Crypt or Bitlocker volume or container.</p><p>Imports of certificates do not take that long fortunately. Just double-click the file that you have created. This will prompt for the password that you have selected during creation. If the password is correct, the certificate will be imported, after which it becomes active and the encrypted files and folders readable.</p><p>This is for instance handy if you want to access your encrypted files on multiple computer systems.</p><h3>Words of Caution</h3><p>It is important to backup the certificate, as this is your only option to re-gain access to the encrypted files should you forget your password, re-install Windows or accidentally delete the user account used to encrypt the files. It is essential to select a secure backup certificate password, to protect the certificate from unauthorized users.</p><p>I for one suggest to store the backup of the certificate on encrypted storage space for additional security.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/05/07/how-to-encrypt-files-folders-with-efs/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Password Protect Files</title><link>http://www.ghacks.net/2009/02/11/password-protect-files/</link> <comments>http://www.ghacks.net/2009/02/11/password-protect-files/#comments</comments> <pubDate>Wed, 11 Feb 2009 16:06:52 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[encrypt files]]></category> <category><![CDATA[fileprotector]]></category> <category><![CDATA[password protect files]]></category> <category><![CDATA[password protection]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[protect data]]></category> <category><![CDATA[protect files]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=10477</guid> <description><![CDATA[The Windows operating system does not ship with a program that can be used to password protect files easily. There are on the other hand several reasons why someone would want to password protect files. This can be to protect children by preventing their access to certain applications or files, protecting files in case they [...]]]></description> <content:encoded><![CDATA[<p>The Windows operating system does not ship with a program that can be used to password protect files easily. There are on the other hand several reasons why someone would want to password protect files. This can be to protect children by preventing their access to certain applications or files, protecting files in case they get lost and basically any kind of files that should not be opened by unauthorized users.</p><p><a
href="http://www.androsasoft.net/download.htm">Androsa</a> FileProtector is a software to password protect files in the Windows operating system. It can be downloaded as a portable version or one that has to be installed on the computer system. Three different encryption algorithms can be selected to password protect the files including 256 bit AES encryption.</p><p>Using the software program is actually pretty straightforward. Files can be added by the file browser. The files that have been added can then be password protected in the next step. The FileProtector will then encrypt the selected files and change their file extension to .afp. That file extension is automatically assigned to the software if it was installed on the computer system. Portable users will have to assign it or select the program from a list if they want to decrypt protected files.</p><p><span
id="more-10477"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/02/password_protect_files-500x325.jpg" alt="password protect files" title="password protect files" width="500" height="325" class="alignnone size-medium wp-image-10478" /></p><p>The software can also delete files securely by overwriting them a number of times. This is an important step as the original files will be deleted after the encrypted copy has been created. Androsa FileProtector will display a password prompt if the file is executed on the computer system.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/02/11/password-protect-files/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> </channel> </rss>
