Posts Tagged ‘decrypt’

Password protect drives on Windows with BitLocker

Monday, April 2, 2012 posted by CSch

BitLocker is a handy tool that comes with the Enterprise and Ultimate Editions of Windows Vista and 7 and is also available in the Windows 8 Consumer Preview (to say in what editions of Windows 8 it will be present is not yet possible since the number and form of editions have not been revealed yet).
As the name suggests its functionality is to lock things, drives, to be more specific. You can assign BitLocker to encrypt a whole device with a password by just right-clicking it and selecting Turn on BitLocker…. A wizard opens that let’s you choose a password or insert a SmartCard whose PIN will be used for encryption. After the wizard finishes and the drive is removed, it will have to be unlock by the given means to be used again.

Be careful if you use BitLocker on removable drives! BitLocker encrypted drives can only be used on Windows system. Plugging it into a Linux box will give you nothing but a bunch of executables and other cryptic files.

If you happen to forget your password, BitLocker gives you the option to export a recovery key before the encryption of your drive. This is a text file containing a code similar to a serial code and can be used to retrieve data behind a forgotten password.

To decrypt a drive, just enter the password, right-click the drive and choose the appropriate option.

Import SSL Certificates in Thunderbird

Friday, November 25, 2011 posted by CSch

SSL certificates are used to sign and encrypt/decrypt mails in thunderbird via S/MIME. If you have got a certificate that you want to use to validate your identity, import it as follows:
Open Thunderbird and go to Edit > Preferences:

Click on Advanced and go to the Certificates tab. There, click on View Certificates:

On the Your Certificates tab, click on Import and browse to the directory where you have saved your certificate, which must be saved as .p12 file (see here to learn how to produce that format). Your certificate will then be shown in the list.

Please notice that your certificate must be valid and trusted to be used in Thunderbird! You will have problems with most self-signed certificates.