Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Encryption_Algorithms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down