|
Data encryption is a very reliable safety measures / precautions, people have personal data or important data should be encrypted. Data encryption is the role, if your data fall into the wrong hands, can still ensure data security. While there are some decryption methods and techniques can be used to decrypt any encrypted data, but some of them may not be able to retrieve data, or to decrypt it takes time and effort possible for a cracker finds your data is worth little to worry about. There are a lot of tutorials on our Howtoforge.com, describes a particular method of decrypting data. This article describes several can be the easiest to use tool for us to encrypt data. To this end, I will decrypt the removable media drive as an example.
Use compression encryption
You need to quickly encrypt pen drive (ie USB drives) content. The easiest solution is to use 7z compressed file format to compress them, this open source cross-platform, supports the use of AES 256-bit encryption algorithm.
Use 7z compression and 256-bit AES to encrypt.
Partition to use encryption
Open the utility named "Disks" or "GNOME Disks" choose your pen drive from the list on the left. Then, uninstall any mounted disk partitions, for partitioned view by clicking located just below the "stop" button. If you want, you can also press the right next to it "-" button to remove them.
Disks to use encryption.
The next step is to add a new partition, do this by clicking the "+" button. A new window will pop up, so you can select the "type", "Encrypted" option on the list of options. From the above definition of the size, and then add the names and strong passwords. Whenever you try to mount the disk, you will be asked to enter the password.
Disks used to encrypt
Seahorse use to encrypt
The third approach I will introduce basically use a very popular GNU PG tools, you want to encrypt encrypt any data on the disk. We need to install the following packages: gpg, seahorse, seahorse-nautilus, seahorse-daemon and seahorse-contracts (if you're like me using ElementaryOS, you need the latter). We can not do without the encryption keys need to create, for which open a terminal and enter the following command:
gpg -gen-key
Seahorse use to encrypt
Follow the steps below, select the option to display the following screen shot.
Seahorse to use encryption: Step 2
Seahorse to use encryption: Step 3
Key technical parameters of a good job, it will ask you to enter a few details, they will contribute to the key generation process.
Seahorse is encrypted with Step 4:
Finally, set a password, so gpg generate the key. Operation for some things (such as moving the mouse or write some text), which helps generate qualified key.
Seahorse to use encryption: Step 5
After this is done, you can close the terminal, navigate to the removable volumes again, find those files you want to encrypt. After selecting a file, right click, select "File Encryption" option.
Seahorse to use encryption: Step 6
This will open a new container, so you can choose which want to use the key to encrypt. Select the key you want, click "OK" button, and you're done. |
|
|
|