<?php $str = rand(); $result = hash("sha256", $str); echo "Hello from Softhunt.net"; echo $result; ?>