From 26da34b786cabe79d08143f2b8f15948dff6941b Mon Sep 17 00:00:00 2001 From: Austin Songer Date: Tue, 21 Jan 2020 20:48:44 +0000 Subject: [PATCH] Asymmetric and Symmetric encryption --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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. +