Skip to content

Instantly share code, notes, and snippets.

@David-Mimnagh
Created December 9, 2016 13:28
Show Gist options
  • Save David-Mimnagh/20a24921deaefffd7c982cf1df09870d to your computer and use it in GitHub Desktop.
Save David-Mimnagh/20a24921deaefffd7c982cf1df09870d to your computer and use it in GitHub Desktop.
do
{
inputCopy = input;
inputCopy += index.ToString();
data = md5Hash.ComputeHash(Encoding.UTF8.GetBytes(inputCopy));
if(data[0] == 0)
{
if (data[1] == 0)
{
if (data[2] == 0)
{
if (data[3] == 0)
{
if (data[4] == 0)
{
dataList.Add(data);
}
}
}
}
}
index++;
} while (dataList.Count < 8);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment