<!DOCTYPE html>
<html>
<body>

<?php
$str = "Hello";
echo sha1($str);
?>


</body>
</html>