Skip to content

Instantly share code, notes, and snippets.

@thomasruiz
Created December 4, 2015 09:26
Show Gist options
  • Save thomasruiz/8269c4c2eba5d6b6d2ec to your computer and use it in GitHub Desktop.
Save thomasruiz/8269c4c2eba5d6b6d2ec to your computer and use it in GitHub Desktop.
<?php
$i = 'yzbqklnj';
$n = 0;
while (strpos(md5("$i$n"), "000000") !== 0) { ++$n; }
echo $n;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment