Symmetric vs Asymmetric Flashcards
(5 cards)
What is a Symmetric Algorithm (Private Key)?
Encryption algorithm in which both the sender and the receiver must know the same shared secret using a privately held key
What is an Asymmetric Algorithm (Public Key)?
Encryption algorithm where different keys are used to encrypt and decrypt the data
What is Hybird Implementation?
Utilizes asymmetric encryption to securely transfer a private key that can them be used with symmetric encryption
What is a Stream Cipher?
Uses a keystream generator to encrypt data bit by bit using a mathematical XOR function to create the ciphertext
What is a Block Cipher?
Breaks the input into fixed-length blocks of data and performs the encryption on each block