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

	<image filename="caesar.png"/>

	<break lines="12"/>
	<list>
		<bullet>Rotate characters depending on key</bullet>
		<bullet>Easy to crack unless key is same size as plain text</bullet>
		<bullet>But we always have str_rot13() :-)</bullet>
	</list>
</slide>
