Contact: aviboots(AT)netvision.net.il
40,875 questions
53,283 answers
573 users
$s = "programming"; echo sha1($s); /* run: 5b07397be4f36b2f3141c15eb8e7f5350250c48a */
$s = "programming"; if (sha1($s) == '5b07397be4f36b2f3141c15eb8e7f5350250c48a') echo "success"; /* run: success */