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

	<break lines="2"/>
	<image align="center" filename="hash.png"/>
	<list fontsize="4em">
		<bullet>Not reversable</bullet>
		<bullet>Distribution in hash keys is important</bullet>
		<bullet>PHP: sha1(), md5(); mhash: GOST, HAVAL, SHA-256</bullet>
		<bullet>Used for in signatures and validation</bullet>
	</list>
</slide>
