Symmetric encryption

Applies to: cybersecurity

Symmetric encryption uses the same secret key to encrypt and decrypt data.

ciphertext = Enc(key, plaintext)

See also: public-key-crypto