codice:
function crea_pwd($str){
	return preg_replace("/([A-Z])/e", 'ord("\\1") - 64;', str_replace("§", "0", $str));
}