Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > General > MD4 or MD5 Function?


Reply
 
Thread Tools Display Modes
  #1  
Old 09-02-2003, 02:13 AM
_DjAlex_ _DjAlex_ is offline
Centurion
 
Join Date: Aug 2002
Posts: 158
Default [General 04] MD4 or MD5 Function? [/General 04]


Does the method MD4 or MD5 exists to Hash Passords in vb6?

(I just know how to do it in php)

Can i get an exemple on how to do it (If possible)?

Thanks for your time!
Reply With Quote
  #2  
Old 09-02-2003, 03:13 AM
Grimfort Grimfort is offline
Centurion
 
Join Date: Sep 2000
Location: England
Posts: 133
Default

After one quick search using google, I came up with this:

http://www.codearchive.com/list.php?go=0206
Reply With Quote
  #3  
Old 09-02-2003, 03:42 AM
gundavarapu's Avatar
gundavarapu gundavarapu is offline
Senior Contributor
 
Join Date: Aug 2002
Location: In loved one's heart
Posts: 929
Default

No, there are no inbuilt functions. I've got this file from some web site and modified as per my requirement. Even you can do the same
__________________
Regards,
Sidhu

When you do not get the expected result, change your programming language.
Reply With Quote
  #4  
Old 09-02-2003, 10:15 AM
_DjAlex_ _DjAlex_ is offline
Centurion
 
Join Date: Aug 2002
Posts: 158
Default

Thanks for the help!!!

Thanks gundavarapu for the nice file!
very very thanks!!!

Last edited by _DjAlex_; 09-02-2003 at 10:24 AM.
Reply With Quote
  #5  
Old 12-18-2003, 01:17 PM
Mriswith Mriswith is offline
Newcomer
 
Join Date: Dec 2003
Posts: 7
Default

Quote:
Originally Posted by gundavarapu
No, there are no inbuilt functions. I've got this file from some web site and modified as per my requirement. Even you can do the same



That file seems to give wrong results for the MD5. I found another source code version here

http://www.frez.co.uk/freecode.htm#md5

Seems to work ok have checked the results against the PERL Digest::MD5 module
Reply With Quote
  #6  
Old 01-06-2004, 01:55 AM
_DjAlex_ _DjAlex_ is offline
Centurion
 
Join Date: Aug 2002
Posts: 158
Default

Quote:
Originally Posted by Mriswith
Quote:
Originally Posted by gundavarapu
No, there are no inbuilt functions. I've got this file from some web site and modified as per my requirement. Even you can do the same



That file seems to give wrong results for the MD5. I found another source code version here

http://www.frez.co.uk/freecode.htm#md5

Seems to work ok have checked the results against the PERL Digest::MD5 module




many many thanks!!!
Problem solved!
Reply With Quote
  #7  
Old 01-06-2004, 02:07 AM
spamonkey8's Avatar
spamonkey8 spamonkey8 is offline
Junior Contributor
 
Join Date: Apr 2003
Location: Between Your Ears
Posts: 337
Default

These are my digest algos, from CRC-16 to SHA-256
Attached Files
File Type: zip Hashing.zip (23.5 KB, 29 views)
__________________
[vb] and [/vb] tags make the world go 'round
Reply With Quote
  #8  
Old 01-06-2004, 02:12 AM
_DjAlex_ _DjAlex_ is offline
Centurion
 
Join Date: Aug 2002
Posts: 158
Default

Quote:
Originally Posted by spamonkey8
These are my digest algos, from CRC-16 to SHA-256




So fast so good...
thanks d00d!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Registry: queue list of keys? robplatt File I/O and Registry 3 07-02-2003 01:00 PM
need help! i'm a beginner geekool General 7 04-26-2003 12:44 AM
Shareware Registry Protection Technigue karachi999 General 2 01-21-2002 02:40 PM
MS Winsocket gibson General 3 07-20-2001 10:03 AM
link function to textboxes golash General 2 05-03-2001 11:57 AM

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->