Encryption

Firstly we try to understand that what actually the term ' encryption " means?

DEF:
           "Encryption is the process of encoding data in such a way that only the authorized person can read it "..


🟦 ENCRYPTION is basically a type of protection layer for our precious and important stuff... 
Let's take a real life example, 
    I want to send a gift to my friend and I want that only that friend could receive it and watch the gift, no one else. So I'll pack it in a box which is closed with a code that only me and my friend knows. So In the case that this box has been reached to someone else, he couldn't open the box because he doesn't know the code. So the stuff in that box will remain safe. 
This coding can be called as Encryption.

Comments