Subscribe:

Ads 468x60px

Pages

mercredi 11 novembre 2015

Posts from Online Tech Tips for 11/11/2015

Computer Tips From a Computer Guy Is this email not displaying correctly?
View it in your browser.

Online Tech Tips Newsletter

 

In This Issue

Nov 10, 2015 05:11 pm | Aseem Kishore | Computer Tips

How to Decrypt Encrypted Windows Files

Are you trying to open some files on your computer that are encrypted? Windows will usually designate encrypted file or folder names with the color green instead of the normal black text.

Note: If you are reading this post looking for information on decrypting files that were encrypted by CryptoLocker, this won’t help. You pretty much have to pay the ransom and hope they actually send you the encryption keys.

When encrypting files and folders, Windows will use a self-generated certificate that contains keys used to encrypt and decrypt the data. When opening encrypted data when logged into the user account that generated the certificate, the decryption process is transparent and the files are opened normally.

encrypted files

However, if another user or system tries to access those same data files or if the files are moved to another location, then they cannot be opened unless the original certificate is installed.

encrypted data

In either case, one thing you have to remember about encrypting and decrypting files in Windows is that you always need the encryption certificates/keys. When you encrypt a file or folder in Windows, encryption keys are automatically created and associated with your user account.

In Windows 7 and higher, you’ll actually get a prompt asking you to backup your encryption key (EFS certificate).

backup encryption key

You should definitely do this immediately. If you do not have these encryption keys, you will not be able to decrypt the data. Unfortunately, there is no way around this since the encryption is very strong and cannot be broken easily.

If you can still access the computer where the data was originally encrypted, you can try exporting the certificate and then importing it on a different machine.

Backing Up EFS Certificates

There are a couple of ways to backup file encryption certificates and I’ll mention them below. The first way is to click on Start and type in certificate.

manage user certificates

Click on Manage user certificates and this will open up the certificates for the current user. In Windows 7, you can also type in certmgr.msc and press Enter to open the certificate manger.

efs certificate

Now expand Personal and then click on Certificates. You should see all the certificates listed in the right pane. There might only be one, but if not, the only certificates you are interested in are the ones that have Encrypting File System listed under Intended Purposes.

Right-click on the certificate, choose All Tasks and then click on Export.

export certificate

This will open the Certificate Export Wizard, which is the same place you will reach if you click on Back up now (recommended) when prompted by Windows.

certificate export wizard

On the next screen, you will want to select Yes, export the private key along with the certificate. If you don’t have the private key, you won’t be able to decrypt any of the encrypted files.

export private key

On the next screen, you have to choose the format you want to use to export the certificate. Personal Information Exchange should already be selected and you can leave it with just the first box checked.

certificate format

Since this certificate contains a private key, you are required to protect it using a password. Check the Password box and type in a strong password.

certificate password

Finally, click Browse and choose a location where you want to save the file. It is highly recommended you do not save the file onto the computer itself. If something happens to the PC, then you lose the key along with it.

Also, give your file a name that is helpful for you, but not super obvious to others what it is. For example, don’t name it EFS key like I did below!

efs key export

Click next and then click Finish. Your private encryption key is now saved as a file. You can now take this file and import it on any other Windows machine. Importing is really easy. All you have to do is double-click on the file and it will open up the Certificate Import Wizard.

import certificate

Once you import the certificate, you will be able to decrypt any files that were encrypted with that certificate. As previously mentioned, if you are trying to open encrypted files and you don’t have or can’t find the certificate anymore, then those files are basically gone.

Some programs state they can decrypt your files for a hefty price, but they have never worked for me and that’s why I haven’t listed any of them here. If you have any questions, feel free to post a comment. Enjoy!

The post How to Decrypt Encrypted Windows Files appeared first on Online Tech Tips.

Read More
share on Twitter Like How to Decrypt Encrypted Windows Files on Facebook

Nov 10, 2015 01:15 pm | Aseem Kishore | Free Software Downloads

How to Sync Two Folders in Real Time in Windows

Ever wanted to keep two folders in two different locations synchronized in real-time? Maybe you have one folder on your desktop or laptop and you want to sync it with another PC in your home or to an external storage device like a USB hard disk or to a network attached storage device (NAS)?

There are lots of freeware programs out there that can help you sync two folders, but very few of them do a good job of syncing the folders in real time. What I mean by real-time is that the user doesn’t have to manually open the program and run the synchronization or have to wait for the program to run on a recurring basis.

In this article, I’m going to write about a freeware program that you can use to setup real time syncing between two folders stored in different locations. This is useful for backup purposes or if you are working in a team and want to avoid a cloud service like Dropbox or Google Drive.

Dsynchronize

Dsynchronize is a freeware program written by some developer in Poland whose website looks like it is from the 1990’s! However, don’t judge a book by its cover because the programs he writes are excellent.

Firstly, when you visit the above link, you have to scroll down a bit to get to the correct program. At first I thought I was on the wrong website because I kept reading about his first program called Dspeech. Scroll down past that and past Dshutdown and you’ll see Dsynchronize.

dsynchronize

As previously noted, it’s a pretty bad looking website. Thankfully, the software is clean and doesn’t contain any junkware, malware, ads, etc. Once you download the ZIP file, go ahead and extract all the files and then run the application file.

When you first run the application, you’ll see two boxes at the top for source and destination. We need to configure those first.

dsychronize source dest

Check the box for Sources and then press Enter. You’ll now see two buttons appear at the right: Filter and Browse.

source path

Click the Browse button and choose your first folder. Once selected, you can click on the Filter button if you want to exclude certain types of files or to exclude subfolders. If you want everything synced, then don’t worry about the filter button.

Now that we have our two folders selected, we can start configuring the options. By default, syncing will only work when you click on the Synchronize button. According to the documentation, you should perform a normal sync first before you enable real-time syncing.

dsynchronize options

However, before we perform any sync, let’s configure the options. To start, if you want to keep changes synced between both folders, you should check Bidirectional synchronization. This will automatically enable the Copy only newer files box too. I also recommend checking Create folder if not exists so that when you create a new folder in one folder, it will automatically create the same folder in the other synced folder.

Another important option is Backup Changes. This is useful, if you want to keep several versions of the changes in case you didn’t mean to delete something or you want to see previous versions of a document, etc.

There are several more options, which are self-explanatory. If you are confused, make sure to read the TXT file that is located in the folder where the application was unzipped.

Go ahead and click the Synchronize button to complete one sync. Once you have done this, you can now make some changes and then do another sync to make sure it’s working the way you want.

synchronize button

In order to get the real-time sync, you have to check the Realtime sync box under Special options. Now if you leave the program window open and start adding, removing or updating files in the source or destination folder, you’ll see that the folders are updated automatically without any user intervention.

This is still not ideal because you have to keep the program window open, but the developer was smart enough to understand that. Under Timer sync, there are two more options you need to check: Autostart and Autostart as service.

When you try to check the Autostart button, you will get a message saying you have to start Dsynchronize as an Administrator. In order to do this, close the program and then right-click on the application file and choose Run as Administrator.

run as admin

Now you should be able to check the Autostart box without the message. Next, check the Autostart as service box and you’ll get a popup where you have to click the Install Service button.

install as service

Once you do that, the Start Service button will become clickable. Click on that and don’t worry about Account, Password, etc. Just make sure System Account is checked. Click Done and you should see the program now says it’s running as a service.

running as service

That’s it! Now close the program and start updating, adding or deleting data from your folders and watch as those actions are instantly synced to the other folder.

sync two folders

Overall, the program worked really well in my tests and I was impressed with the speed and also the fact that I could keep backups of the changes and see a log file of everything that was updated, added or deleted. If you have any questions, feel free to post a comment. Enjoy!

The post How to Sync Two Folders in Real Time in Windows appeared first on Online Tech Tips.

Read More
share on Twitter Like How to Sync Two Folders in Real Time in Windows on Facebook

Recent Posts

How to Move a Half-Finished Download in uTorrent
Can't Play AVI Files in Window Media Player?
Has Your Windows Taskbar Disappeared?
How to Open a WPS File
How to Reset Your Wireless Router
Copyright © 2015 Online Tech Tips, LLC, All rights reserved.
You signed up for news and information from Online Tech Tips.
unsubscribe from this list | update subscription preferences 

0 commentaires:

Enregistrer un commentaire