Saturday, March 24, 2012

MD5 encryption that works in vb6 and asp.net 2

i have appps in this 2 languages and would like to know if someone knows of a md5 code that works the same in these languages

Hi,

(1) .net framework already contains a class call MD5 inSystem.Security.Cryptography Namespace

There is VB.net example of this MD5 class:

http://msdn2.microsoft.com/en-us/library/system.security.cryptography.md5(VS.80).aspx

(2) For VB I guess you probably uses a native comonent or Win32 API.

And using the existing class/component in your 2 languages respectivly is the easist way. So I think you need two sets of MD5 codes for each language.

No comments:

Post a Comment