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

John Colby jcolby at colbyconsulting.com
Wed Oct 15 21:53:48 CDT 2003


Bryan,

I just wanted to say thanks for pointing me to this site.  I have imported
into my framework the MD5 class as well as two of the registration key
generators.

I have been looking for some way to generate a unique ID like a SSN given
the lack of an SSN. The MD5 applied to an append of the lastname & firstname
& Phone (or something like that) will give me a unique identifier to use to
prevent duplicates and so forth.

The registration key classes likewise give me a new view of copy protection.

Thanks again,

John W. Colby
www.colbyconsulting.com

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com]On Behalf Of Bryan
Carbonnell
Sent: Monday, September 29, 2003 9:30 AM
To: accessd at databaseadvisors.com
Subject: RE: [AccessD] Hash MD5 (Crypto) (was: OT- I am a luckywinner??)


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
_______________________________________________
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