What is encryption?

This is a recommends products dialog
Top Suggestions
Starting At
View All >
Language
Français
English
ไทย
German
繁體中文
Country
Hi
All
Sign In / Create Account
language Selector,${0} is Selected
Register & Shop at Lenovo Pro
Register at Education Store
Pro Tier Benefits
• Dedicated personal Account Representative
• Pay by invoice with a 30-days payment term
• Plus Tier available for spends of £5K+/year
Plus Tier Benefits
• Dedicated personal Account Representative
• Pay by invoice with a 30-days payment term
• Elite Tier available for spends of £10K+/year
Elite Tier Benefits
• Dedicated personal Account Representative
• Pay by invoice with a 30-days payment term
Reseller Benefits
• Access to Lenovo’s full product portfolio
• Configure and Purchase at prices better than Lenovo.com
My account details
more to reach
PRO Plus
PRO Elite
Congratulations, you have reached Elite Status!
Pro for Business
Delete icon Remove icon Add icon Reload icon
TEMPORARILY UNAVAILABLE
DISCONTINUED
Temporary Unavailable
Cooming Soon!
. Additional units will be charged at the non-eCoupon price. Purchase additional now
We're sorry, the maximum quantity you are able to buy at this amazing eCoupon price is
Sign in or Create an Account to Save Your Basket!
Sign in or Create an Account to Join Rewards
View Basket
Your basket is empty! Don’t miss out on the latest products and savings — find your next favorite laptop, PC, or accessory today.
Remove
item(s) in cart
Some items in your cart are no longer available. Please visit cart for more details.
has been deleted
There's something wrong with your basket, please go to basket to view the detail.
of
Contains Add-ons
Subtotal
Proceed to checkout
Yes
No
Popular Searches
What are you looking for today?
Quick Links
Recent Searches
Hamburger Menu
skip to main content

What is encryption?

Encryption is a process that protects your data by converting it into a secret code, making it unreadable to unauthorized individuals. It involves using an encryption algorithm, which is a set of mathematical rules, to transform plain text into cipher text. The cipher text can only be decrypted back into plain text using a special key.

How does encryption work?

When you encrypt data, you use a key to scramble the information into an unreadable form. This key serves as a secret ingredient that only authorized parties possess. Without the key, the encrypted data is practically impossible to decipher. It's like having a secret language that only you and your trusted friends can understand.

Why is encryption important?

Encryption plays a vital role in securing our digital communications and sensitive information. It helps protect your personal data, such as passwords, credit card numbers, and private messages, from being accessed or intercepted by hackers or unauthorized entities. Encryption ensures that even if someone gains access to your data, they won't be able to understand it without the proper decryption key.

What are the different types of encryptions?

There are several types of encryption techniques used in various contexts. Let me explain a few of the most common ones:

  • Symmetric encryption: In symmetric encryption, the same key is used for both encryption and decryption. You and the recipient of the encrypted data share the secret key beforehand. This type of encryption is generally fast and efficient, but it requires securely exchanging the key in advance.
  • Asymmetric encryption: Asymmetric encryption, also known as public-key encryption, uses two different keys: a public key and a private key. You use the recipient's public key to encrypt the data, and only the recipient's corresponding private key can decrypt it. This method eliminates the need to exchange keys in advance, making it more convenient for secure communication.
  • Hash functions: Hash functions are not technically encryption methods but are often used in combination with encryption. A hash function converts data into a fixed-size string of characters, called a hash value or hash code. It's a one-way process, meaning you cannot retrieve the original data from the hash value. Hash functions are commonly used to verify data integrity and securely store passwords.
  • Transport layer security (TLS): TLS is a protocol used to secure online communication, particularly for websites. It combines encryption with authentication, ensuring that your connection with a website is both private and trustworthy. TLS uses asymmetric encryption to establish a secure channel, and symmetric encryption for efficient data transfer.
  • Virtual private networks (VPNs): VPNs provide secure connections over the internet by encrypting your data and routing it through a private network. This encryption protects your online activities from being snooped on by unauthorized parties. VPNs are commonly used to enhance privacy and security while browsing the web or accessing sensitive information remotely.

How does symmetric encryption work?

In symmetric encryption, the same key is used for both encryption and decryption. Here's how it works:

  • You start with your plain text, which is the information you want to encrypt.
  • You choose a secret key, a unique string of characters used in the encryption process.
  • The encryption algorithm takes your plain text and the secret key as input and produces cipher text as output.
  • The cipher text is the scrambled version of your plain text and is unreadable without the secret key.
  • To decrypt the cipher text and retrieve the original plain text, you use the same secret key in the reverse process.
  • Symmetric encryption is generally faster than asymmetric encryption but requires a secure method of sharing the secret key with the intended recipient.

How does asymmetric encryption work?

Asymmetric encryption, or public-key encryption, uses two different keys: a public key and a private key. Here's how it works:

  • You generate a key pair consisting of a public key and a private key. The keys are mathematically related but cannot be derived from each other.
  • You distribute the public key to anyone who wants to send you encrypted messages.
  • When someone wants to send you an encrypted message, they use your public key to encrypt the data.
  • Once the data is encrypted, only your private key can decrypt it. Keep your private key secure and don't share it with anyone.
  • You use your private key to decrypt the message and retrieve the original plain text.
  • Asymmetric encryption allows for secure communication without the need to exchange keys beforehand. It's commonly used for secure email communication, digital signatures, and securing online transactions.

How do hash functions work?

Hash functions are not encryption methods, but they are often used alongside encryption for added security. Here is how they work:

  • A hash function takes an input, which can be any length of data, and processes it through a mathematical algorithm.
  • The output of the hash function is a fixed-size string of characters called a hash value or hash code.
  • The resulting hash value is unique to the input data. Even a small change in the input will produce a significantly different hash value.
  • Hash functions are designed to be one-way, meaning it is computationally infeasible to retrieve the original input data from the hash value.
  • Hash functions are commonly used to verify data integrity. By comparing the hash value of the received data with the expected hash value, you can ensure that the data hasn't been tampered with.

What is the purpose of transport layer security (TLS)?

TLS is a cryptographic protocol that ensures secure communication over networks. Its main purposes are:

  • Encryption: TLS encrypts data transmitted between a client (such as a web browser) and a server. This encryption prevents eavesdropping and unauthorized access to the data during transit.
  • Authentication: TLS provides authentication mechanisms to verify the identity of the server and, optionally, the client. This ensures that you are connecting to the intended server and not an impostor.
  • Data integrity: TLS uses cryptographic algorithms to ensure the integrity of the transmitted data. It detects any modifications or tampering with the data during transmission.

TLS is commonly used to secure web traffic, such as hypertext transfer protocol secure (HTTPS) connections, ensuring that sensitive information, like passwords and credit card details, are protected while being transmitted.

What is a virtual private network (VPN)?

A VPN is a technology that creates a secure and encrypted connection over a public network, such as the internet. It allows you to browse the web or access resources on a private network securely. Here is how it works:

  • When you connect to a VPN, your device establishes a secure tunnel with a VPN server.
  • All the data you transmit and receive between your device and the VPN server is encrypted, making it unreadable to anyone who might intercept it.
  • The VPN server acts as an intermediary between your device and the internet. It relays your encrypted requests to the internet and forwards the responses back to you.
  • By routing your traffic through the VPN server, a VPN can hide your internet protocol (IP) address, making it appear as if you are accessing the internet from a different location.
  • VPNs are commonly used to enhance privacy and security, especially when connecting to public WiFi networks or accessing geographically restricted content. They help protect your online activities from being monitored or intercepted by malicious actors.
open in new tab
© 2024 Lenovo. All rights reserved.
© {year} Lenovo. All rights reserved.
Compare  ()
x