Asymmetric Encryption
- •
def
- •
encryption that uses two different, mathematically related keys — a Public Key and a Private Key — instead of one shared key
- •
- •
mechanism
- •
built on the Diffie-Hellman Exchange concept: extremely large, mathematically related values (based on large prime numbers), such that one key encrypts data that only its paired key can decrypt — neither key can be derived from the other
- •
- •
- •
drawback
- •
computationally intense — the keys involved are extremely large numbers, which places a heavy load on system performance
- •
- •