G
glenner003
Hello all,
Since there is no implementation of the MD5 hashing algoritm in the .Net
compact framework, I tried to build one myself. I have done this succesfully
before in Delphi (using rfc1321), but I can't get it working in VB.Net.
I found several implementations of it for VB6.0 and ASP (v1), but I can't
port none of them to VB.Net. I have found a working C# implementation, but
that can't be ported to VB.Net either. It is the lack for some datatypes in
VB that is causing the most troubles (and ofcourse the lack of basic
functions as shl and shr that have been there since there where computers).
When making the decision to use either VB.Net or C# everybody yelled that
they where the same, everyting that can be build in C# can be build in VB
and visa versa. Now it seems that nothing is more false than this!
Has anyone succeeded in implementing MD5 in VB.Net (or any other hashing or
ecryption algoritm).
Kind regards,
Glenner003
Since there is no implementation of the MD5 hashing algoritm in the .Net
compact framework, I tried to build one myself. I have done this succesfully
before in Delphi (using rfc1321), but I can't get it working in VB.Net.
I found several implementations of it for VB6.0 and ASP (v1), but I can't
port none of them to VB.Net. I have found a working C# implementation, but
that can't be ported to VB.Net either. It is the lack for some datatypes in
VB that is causing the most troubles (and ofcourse the lack of basic
functions as shl and shr that have been there since there where computers).
When making the decision to use either VB.Net or C# everybody yelled that
they where the same, everyting that can be build in C# can be build in VB
and visa versa. Now it seems that nothing is more false than this!
Has anyone succeeded in implementing MD5 in VB.Net (or any other hashing or
ecryption algoritm).
Kind regards,
Glenner003