Symmetric Encryption: Uses the same key for both encryption and decryption. It's faster but requires secure key distribution. Asymmetric Encryption: Uses a pair of keys (public and private). The public key encrypts the data, and the private key decrypts it. It's more secure but slower.