0% found this document useful (0 votes)
16 views4 pages

Understanding Data Encryption Basics

Uploaded by

sahanayuga1923
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views4 pages

Understanding Data Encryption Basics

Uploaded by

sahanayuga1923
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

What is Data Encryption?

Data encryption is the process of converting readable information (plaintext) into an


unreadable format (ciphertext) to protect it from unauthorized access. It is a method of
preserving data confidentiality by transforming it into ciphertext, which can only be decoded
using a unique decryption key produced at the time of the encryption or before it. The
conversion of plaintext into ciphertext is known as encryption. By using encryption keys and
mathematical algorithms, the data is scrambled so that anyone intercepting it without the
proper key cannot understand the contents.

When the intended recipient receives the encrypted data, they use the matching decryption
key to return it to its original, readable form. This approach ensures that sensitive
information such as personal details, financial data, or confidential communications remains
secure as it travels over networks or is stored on devices.

Key Objective of Encryption Data

 Confidentiality: Encryption ensures that only authorized parties can get access to
data and recognize the information.

 Data Integrity: Encryption can also provide data integrity by making sure that the
encrypted data remains unchanged during transmission. Any unauthorized changes
to the encrypted information will render it undecipherable or will fail integrity
checks.

 Authentication: Encryption may be used as part of authentication mechanisms to


verify the identification of the communication party.

 Non-Repudiation: Through encryption, events can make sure that they cannot deny
their involvement in growing or sending a selected piece of data.

Types of Data Encryption

There are multiple encryption techniques, each of which have been developed with various
security requirements in mind. Symmetric and Asymmetric encryption are the two types of
data encryption.

1. Symmetric Key Encryption

There are a few strategies used in cryptography algorithms. For encryption and decryption
processes, some algorithms employ a unique key. In such operations, the unique key must
be secured since the system or person who knows the key has complete authentication to
decode the message for reading. This approach is known as "symmetric encryption" in the
field of network encryption.
Symmetric Encryption

2. Asymmetric Key Encryption

Some cryptography methods employ one key for data encryption and another key for data
decryption. As a result, anyone who has access to such a public communication will be
unable to decode or read it. This type of cryptography, known as "public-key" encryption, is
used in the majority of internet security protocols. The term "asymmetric encryption" is
used to describe this type of encryption.

Asymmetric Encryption

How Does Encryption Work?

When data or information is shared over internet, it passes via a number of global network
devices that are a component of the public internet. Data that is transmitted via the open
internet leads to the risk of being stolen or hacked by hackers. Users can install particular
hardware or software to guarantee the safe transfer of data or information in order to avoid
hacking. In network security these operations are referred to as encryption. The process of
transforming plaintext into ciphertext, is called encryption.
On the left you have an original, readable message called plaintext such as “GeeksforGeeks.”
Before sending it over a network, the sender uses an encryption key and an encryption
process to convert this readable message into a scrambled, unreadable format known as
ciphertext (in this image it is like “KGifuT+us0=”). This ciphertext travels across the internet,
so if someone intercepts it, they cannot understand it without the key. When the ciphertext
reaches the intended recipient, they use the matching decryption key and a decryption
process to turn the unreadable ciphertext back into the original, readable message
“GeeksforGeeks.” Essentially the image shows how encryption and decryption ensure that
only authorized parties with the correct keys can access the information in its original form.

Advantages of Data Encryption

 Data encryption keeps information distinct from the security of the device on which
it is stored. Encryption provides security by allowing administrators to store and send
data via insecure channels.

 Encryption improves the security of our information.

Disadvantages of Data Encryption

 If the password or key is lost, the user will be unable to open the encrypted file.
Using simpler keys in data encryption, on the other hand, makes the data insecure,
and anybody may access it at any time.

 Data encryption is a valuable data security approach that necessitates a lot of


resources, such as data processing, time consumption, and the use of numerous
encryption and decryption algorithms. As a result, it is a somewhat costly approach.
 Data protection solutions might be difficult to utilize when the user layers them for
contemporary systems and applications. This might have a negative influence on the
device's normal operations.

 If a company fails to realize any of the restrictions imposed by encryption techniques,


it is possible to set arbitrary expectations and requirements that might undermine
data encryption protection.

Data Encryption Algorithms

Depending on the use case, there are a variety of data encryption algorithms to choose
from, but the following are the most commonly used:

 DES (Data Encryption Standard) is an old symmetric encryption algorithm that is no


longer considered suitable for modern applications. As a result, DES has been
superseded by other encryption algorithms.

 Triple DES (3DES or TDES): Encrypts, decrypts, and encrypts again to create a longer
key length by running the DES algorithm three times. It may be run with a single key,
two keys, or three separate keys to increase security. 3DES is vulnerable to attacks
such as block collisions since it uses a block cipher.

 RSA is a one-way asymmetric encryption algorithm that was one of the first public-
key algorithms. Because of its long key length, RSA is popular and widely used on the
Internet. It is used by browsers to create secure connections over insecure networks
and is part of many security protocols such as SSH, OpenPGP, S/MIME, and SSL/TLS.

 Elliptic Curve Cryptography (ECC) was created as an upgrade to RSA and offers better
security with significantly shorter key lengths. In the SSL/TLS protocol, ECC is an
asymmetric method.

 The Advanced Encryption Standard (AES) is the encryption standard used by the US
government. The AES algorithm is a symmetric-key algorithm that employs block
cipher methods. It comes in sizes of 128, 192, and 256 bits, with the number of
rounds of encryption increasing as the size increases. It was designed to be simple to
implement in both hardware and software.

You might also like