[AccessD] Hash MD5 (Crypto) (was: OT- I am a lucky winner??)

Bryan Carbonnell Bryan_Carbonnell at cbc.ca
Mon Sep 29 08:30:21 CDT 2003


The VB6 class for MD5 is drop and go, IIRC.

To use it all you need to do is:

Dim md5 As CMD5
Dim strEncrypted as String

Set md5 = New CMD5
strEncrypted = md5.md5("PlainTextToEncrypt")

That's all there is too it.

Bryan Carbonnell
bryan_carbonnell at cbc.ca


>>> stuart at pacific.net.hk 29-Sep-03 9:12:52 AM >>>
Actually this sounds like a better option than the one I'm using.  As I
need to
put a dll in the system path.  (not referenced directly thankfully)

I might take a look at this (and the other hash algorithm on this site)
and see
about converting to access.  (assuming its not drop in and play)

Stuart

> -----Original Message-----
> From: accessd-bounces at databaseadvisors.com 
> [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of
> Bryan Carbonnell
> Sent: Sunday, 28 September, 2003 11:09 PM
> To: Access Developers discussion and problem solving
> Subject: Re: [AccessD] Hash MD5 (Crypto) (was: OT- I am a
> lucky winner??)
>
>
> On 26 Sep 2003 at 20:38, Gustav Brock wrote:
>
> > Here are free code examples:
> >
> >   http://www.frez.co.uk/freecode.htm#md5 
>
> The code available here is a VB6 class that imports quite well into
> A2K. I have used it in an Access Project.
>
> --
> Bryan Carbonnell - carbonnb at sympatico.ca 
> Be who you are and say what you feel because those who mind don't
> matter and those who matter don't mind - Dr.Seuss
>
>
> _______________________________________________
> AccessD mailing list
> AccessD at databaseadvisors.com 
> http://databaseadvisors.com/mailman/listinfo/accessd 
> Website: http://www.databaseadvisors.com 
>


_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com 
http://databaseadvisors.com/mailman/listinfo/accessd 
Website: http://www.databaseadvisors.com


More information about the AccessD mailing list