haching with MD5
-
Hi all, I want to use MD5 to hash message. I see some implementation in the internet but my problem is that my message is not a string but a packet type. Someone can help please? regards
-
Hi all, I want to use MD5 to hash message. I see some implementation in the internet but my problem is that my message is not a string but a packet type. Someone can help please? regards
-
Hi all, I want to use MD5 to hash message. I see some implementation in the internet but my problem is that my message is not a string but a packet type. Someone can help please? regards
Well, type of data is not important. Anyhow you have to send data to MD5 with array so there is no important thing happened when you send char array or byte array. The difference between your message and string is that use byte array or use char array. So, you can send byte array which implements your message contents to HD5 instead of char array. That's all.:suss: