Actually, have you done a search on:
http://www.planetsourcecod
There are a lot of hits, I haven't tried any yet, but maybe one there will work for you.
Main Topics
Browse All TopicsSo far I've found activex controls and VB.NET stuff about writing md5 hashes, but no native VB code that does it, and the md5 hashing algorithm is too complex for me to replicate.
Can somebody please show me how to write an MD5 hash in native VB6 only? WinAPI calls are fine, I just don't want activex/external dlls I have to download and distribute. I'm trying to write a function in native VB6 that does a standard MD5 hash of a string, the same kind of hash that is performed by PHP's md5() function.
It doesn't need to be terribly optimized. These activex controls are all because these people expect you to try and hash every file on your entire hard drive, I'm just doing a one-time password hash. Nobody will care if they have to wait 0.0025 seconds as opposed to 0.0001 seconds.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Actually, have you done a search on:
http://www.planetsourcecod
There are a lot of hits, I haven't tried any yet, but maybe one there will work for you.
'Try this
MD5 Message Digest Algorithm in Visual Basic
http://www.di-mgt.com.au/c
Business Accounts
Answer for Membership
by: twardPosted on 2007-06-25 at 07:14:45ID: 19355754
I do have source code in for a C DLL that I have used many times calling from a VB6 program.
If you decide you will go with an external DLL, let me know and I can get the link for the Source for the C DLL that I use.....