diff --git a/README.md b/README.md index 52f931b..7154137 100644 --- a/README.md +++ b/README.md @@ -5246,10 +5246,16 @@ Access control based on user roles (i.e., a collection of access authorizations
Explain Symmetric encryption
+ +A symmetric encryption is any technique where the same key is used to both encrypt and decrypt the data. +
Explain Asymmetric encryption
+ +A asymmetric encryption is any technique where the there is two different keys that are used for encryption and decryption, these keys are known as public key and private key. +