hash - Calculating MD5 of string from Microsoft Access -


How do I calculate MD5 of a string client side in Microsoft Access?

itemprop = "text">

If you are implementing MD5 through a VBA module then there are several options.

I have not tried to do this, but searching for a quick "Md5 vba" returned this file although this is not one of the usual open source licenses.

From the Visual Basic section:

  • Francisco Carlos Piribiez de Almeida has created a DLL for this in the use of VB projects (download 19) and (including DLL) (Download of 1394). (Appears to be broken - 2005-11-14)
  • Reference by Benjamin Pichchard.
  • References by Dominic Dibold.

Comments