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