This is VERY frustrating, I cannot find ANY source code for MD5 hashing anywhere that works. Please don't point me to:
System.Security.Cryptography.MD5CryptoServiceProvider
or any other built in utilities becuase they may seem to work but in fact they are flawed. Hash this for instance Qæ:=¦BZ9®Ì^Ä_è and it will come out wrong. I cannot believe micro$oft failed to implement a working Hashing system.
The old class I used to use for VB6 will not convert over, and I can't find ANYTHING on google. Does anyone have any ideas besides writing it in C and calling a DLL? Please help.
*****IGNORE THIS, WAS USING ASCII ENCODING
******
System.Security.Cryptography.MD5CryptoServiceProvider
or any other built in utilities becuase they may seem to work but in fact they are flawed. Hash this for instance Qæ:=¦BZ9®Ì^Ä_è and it will come out wrong. I cannot believe micro$oft failed to implement a working Hashing system.
The old class I used to use for VB6 will not convert over, and I can't find ANYTHING on google. Does anyone have any ideas besides writing it in C and calling a DLL? Please help.
*****IGNORE THIS, WAS USING ASCII ENCODING
Last edited: