Hello everyone!
Encryption and decryption are two important processes that are used to protect and access sensitive data. 🖥🛡
[#] Encryption :- 🔐🔒
•} Encryption is the process of converting plain text (readable) into cipher text ( coded language/ unreadable) using an algorithm and a key.
•} This way except for the receiver whose is owner of private key to decrypt the data, no one can gain access to the sensitive information.
•} There are different types of algorithms and keys that make encryption secure.
[#] Decryption :- 🔐🔓
•} Decryption is the process of converting the cipher text (unreadable) back into plain text (readable) using an algorithm or a key.
•} Decryption allows the receiver to access the data that was sent by the owner.
•} To perform decryption, the receiver needs to have the algorithm and key that match the encryption method used by the owner.
~Here is a short simple video on encryption and decryption.