Guest User

Untitled

a guest
Jun 24th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.13 KB | None | 0 0
  1.             strcpy(hash, argv[++i]);
  2.            
  3.             for (i = 0; i < 16; i++)
  4.             {
  5.                 sscanf(hash, "%2x", &hash_hex[i]);
  6.                 *hash += 2;
  7.             }
Add Comment
Please, Sign In to add comment