Skip Navigation

Saturday November 7th, 2009

 

Data Encryption

Summary: Encryption software for those who need to protect sensitive or restricted data.

Encryption

Encryption is the process of concealing data by using a code. After encryption, in order to read or use the concealed data, the code used during encryption must be known. This process is called decryption. Encryption and decryption are used to allow access to data only to those who have the code. To those who do not have the code, the data is unusable.

In computing, encryption is primarily used to protect data in one of two instances. The first is to to protect data at rest. The second is to protect data in motion. An example of data at rest is a spreadsheet with data located on the hard drive of a desktop or laptop computer. An example of data in motion is using a web browser to get data from a remote server.

Data Types

The following are some common types of data that can be encrypted. The first list is various types of data at rest, while the second is of data in motion.

Data at rest

Data in motion

Encryption Tools

Here are some common tools that can be used to encrypt data. Some of the tools are commercial while others are free. Also, listed with each tool are the types of data the tool is designed to encrypt, as well as information about whether the tool is designed to protect data in motion or data at rest.

Encryption Tools for Data at rest

Encryption Tools for Data in motion

Top of Page