Glossary:Symmetric cryptography

In symmetric cryptography, decryption simply runs the encryption process backwards using the same key, unlike asymmetric or public key cryptography. AES is the commonest example. A problem is that for two parties to communicate securely they first need to securely agree a key. Public key cryptography overcomes this, but is computationally much more expensive.