Decryption

Decryption is the process of converting encrypted data into recognizable information. It is the opposite of encryption, which takes readable data and makes it unrecognizable.

Files and data transfers may be encrypted to prevent unauthorized access. If someone tries to view an encrypted document, it will appear as a random series of characters. If someone tries to "snoop" on an encrypted network connection, the data will not make any sense. So how is it possible to view encrypted data? The answer is decryption.

How Decryption Works

There are several ways to encrypt files, but most methods involve one or more "keys." When encrypting a file, the key may be a single password. Network encryption often involves a public key and a private key shared between each end of the data transfer.

Decryption works by applying the opposite conversion algorithm used to encrypt the data. The same key is required to return the encrypted data to its original state. For example, if the password "ABC123" is used to encrypt a file, the same password is needed to decrypt the file.

Secure network transfers, including Internet connections, handle encryption and decryption in the background. Protocols such as HTTPS and Secure SMTP encrypt and decrypt data on the fly. These protocols automatically generate a secure key for each encrypted network transfer and do not require a password.

NOTE: Encrypting data is a smart way to protect private information from prying eyes. But make sure to use a password you will remember when encrypting files. If you cannot remember your password, the data may be unrecoverable.

Updated May 8, 2021 by Per C.

quizTest Your Knowledge

Emoticons have been mostly replaced by small images called what?

A
Kaomojis
0%
B
Playmojis
0%
C
Funmojis
0%
D
Emojis
0%
Correct! Incorrect!     View the Emoji definition.
More Quizzes →

The Tech Terms Computer Dictionary

The definition of Decryption on this page is an original definition written by the TechTerms.com team. If you would like to reference this page or cite this definition, please use the green citation links above.

The goal of TechTerms.com is to explain computer terminology in a way that is easy to understand. We strive for simplicity and accuracy with every definition we publish. If you have feedback about this definition or would like to suggest a new technical term, please contact us.

Sign up for the free TechTerms Newsletter

How often would you like to receive an email?

You can unsubscribe or change your frequency setting at any time using the links available in each email.

Questions? Please contact us.