Advertisement
Konomrd123

Untitled

Apr 28th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.19 KB | None | 0 0
  1. if(md5 == 1){
  2.         unsigned char result[16];
  3.         MD5_Final(result,md5_struct);
  4.         for(int i=0;i<16;i++){
  5.             printf("%x",result[i]);
  6.         }
  7.         printf("\n");
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement