Q: What's the difference between symmetric and asymmetric encryption
Sigiloso
I used AES algorithm as an example of symmetric encryption where both sender and receiver have an identical key that encrypts and decrypts the message. I also provided RSA as an example of asymmetric since it using a public key and private key to encrypt and decrypt, adopting Euclidean mathematics in the algorithm.