Symmetric Encryption
- •
def
- •
encryption where the same key is used to both encrypt and decrypt
- •
- •
example
- •
ROT13 cipher — shifts each letter 13 positions in the alphabet; the same shift both encrypts and decrypts (a simple teaching example only, not used for real security)
- •
- •
advantage
- •
far less computationally intense than Asymmetric Encryption
- •
- •
challenge
- •
key exchange — both parties need the same key, so there must be a secure way to share that key if they aren't in the same physical location
- •
- •
related
- •