Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. do
  2. {
  3. inputCopy = input;
  4. inputCopy += index.ToString();
  5. data = md5Hash.ComputeHash(Encoding.UTF8.GetBytes(inputCopy));
  6. if(data[0] == 0)
  7. {
  8. if (data[1] == 0)
  9. {
  10. if (data[2] == 0)
  11. {
  12. if (data[3] == 0)
  13. {
  14. if (data[4] == 0)
  15. {
  16. dataList.Add(data);
  17. }
  18. }
  19. }
  20. }
  21. }
  22. index++;
  23. } while (dataList.Count < 8);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement