<?xml version="1.0" encoding="ISO-8859-1"?>
<slide>
	<title>Symmetric ciphers</title>

	<image align="center" filename="symmetric.png"/>
	<list fontsize="4em">
		<bullet>Key to encrypt is the same as the key to decrypt</bullet>
		<bullet>mcrypt: DES, Blowfish, Rijndael (AES)</bullet>
		<bullet>Used for session keys and in secure environment</bullet>
		<bullet>*Not* used for key distribution</bullet>
	</list>
</slide>
