From 2b7462c012796cd0f8a05f9f9c9f909ab40df68e Mon Sep 17 00:00:00 2001 From: Vignesh A <72751276+vzzyxn@users.noreply.github.com> Date: Wed, 20 Apr 2022 06:36:16 +0530 Subject: [PATCH] Update README.md --- Encryption_Algorithms/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Encryption_Algorithms/README.md b/Encryption_Algorithms/README.md index f07e2a4..33c1a38 100644 --- a/Encryption_Algorithms/README.md +++ b/Encryption_Algorithms/README.md @@ -3,7 +3,7 @@ Looking forward to explore **Cyber Security**? Bringing to you **Encryption Algorithms** to lay some foundation about how things happen in CSec. ## What is Encryption ? -Encryption algorithms are used in cryptography to transfer information between two people such that the thord person trying to steal information from you doesn't get the information. +Encryption algorithms are used in cryptography to transfer information between two people such that the third person trying to steal information from you doesn't get the information. To understand more about this refer to this video: [Encryption and it's types](https://www.youtube.com/watch?v=AQDCe585Lnc) Once, you have understood what it is, let's move on to How it's done. We'll study about **Asymmetric Encrytion** here.