What is encryption? Flashcards

1
Q

Encryption

A

Encryption is the process of protecting data by making the data from being readable to being unreadable /accessible by people who don’t have access to it / aren’t meant to view it. It’s used mainly to protect people’s information and communication transmitted through a network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

One-way Encryption

A

Encryption that cannot be decrypted; for example SHA (Secure Hash Algorithms) is a one-way hash function. This algorithm is used mainly to store passwords as once encrypted, it cannot be reversed. However, this method isn’t entirely safe as they can be brute forced with rainbow tables as they store common hashes. Salting the hash is a method that is used to help make it unique, thus stopping rainbow tables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Two-way Encryption

A

Encryption that can be decrypted using a key; AES, RSA, 3DES are encryption methods that can be decrypted with a key. This method of encryption is used mainly for communication online safely. This way, we can send messages that are encrypted and nobody will be able to decrypt them during the process.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Symmetric Encryption

A

An encryption technique that utilizes one key for both encryption and decryption. Also, symmetric encryptions are faster as the algorithm is more simple so this type of encryption is favoured when transferring large amounts of data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Asymmetric Encryption

A

This encryption technique is a lot more secure than Symmetric Encryption as it uses two keys (Public and Private). The high security comes at a cost as the encryption process requires more time than Symmetric Encryption. Only the sender can decrypt the message but others can send to the receiver using a public key.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly