MD5 Hash Calculator for VB6 (Module)

9 Recommendations
59 Downloads (This Week)
Last Update:
Download HashMD5ForVB6.zip
Browse All Files
Windows

Description

MD5 Hash Calculator for VB6 (Module).
You can add the module to your project.

MD5 Hash Calculator for VB6 (Module) Web Site

Update Notifications





User Ratings

 
 
9
0
Write a Review

User Reviews

  • Posted by Oliver 2012-10-30

    Love vb6md5hashcode

  • Posted by Mason 2012-03-23

    small and efficient and gets the job done.

  • Posted by Jani Hurskainen 2011-01-14

    Use fnArrayMD5 with strings. See the example below: 'Tested in Visual Basic 6.5 (MS Office Excel 2003) Public Function t4() Dim buf() As Byte buf = StrConv("foof", vbFromUnicode) Dim md5hash As String md5hash = fnArrayMD5(buf, True, True) Debug.Print "input string is: " & StrConv(buf, vbUnicode) Debug.Assert md5hash = "C17B41544BCAB6B6B47A5C0BC6E1286A" Debug.Print " output MD5 is: " & md5hash End Function

  • Posted by Míchel Rodríguez 2010-12-04

    Thanks for your code, but only works with files, do not work with strings.

  • Posted by Elliot 2013-02-17

    Nice and simple.

Read more reviews

Additional Project Details

Languages

English

Intended Audience

Developers

User Interface

Non-interactive (Daemon)

Programming Language

Visual Basic

Registered

2006-10-09

Icons must be PNG, GIF, or JPEG and less than 1 MiB in size. They will be displayed as 48x48 images.