Symmetric and Asymmetric Encryption Flashcards
What is encryption?
The process of converting plaintext into ciphertext in order to make it unreadable for unauthorized people
What is symmetric encryption?
Encryption, where the same key is used to encrypt and decrypt the data
Both sender and receiver have this key
What is asymmetric encryption?
Encryption, where a different key is used to encrypt and to decrypt the data
What is a public and private key?
A public key is available to anyone but a private is kept secret to others
How does the encryption for public and private key work?
Data encrypted by the public key can only be decrypted by the private key
Data encrypted by the private key can only be decrypted by the public key