In which of the following encryption key is used to encrypt and decrypt the data?

In which of the following encryption key is used to encrypt and decrypt the data? Correct Answer Symmetric key

In public-key (also known as asymmetric-key) encryption techniques, there are two different keys, the public key and the private key, used to encrypt and decrypt the data.

Related Questions

Which one of the following uses a 128bit round key to encrypt the data using XOR and use it in reverse to decrypt it?
Private key algorithm is used for _____ encryption and public key algorithm is used for _____ encryption.
In RSA 1. p and q are chosen as very large prime number 2. Compute n = p * q and ϕ(n) = (p-1) * (q-1) Later e encryption key chosen. How this encryption key is selected?