PC Review


Reply
Thread Tools Rate Thread

Converting Password field to MD5

 
 
Shiller
Guest
Posts: n/a
 
      31st Jan 2008
Experts,

I would like to convert my password field from text to MD5 format in
my table user. How do I go about making the conversion.

Thanks,
 
Reply With Quote
 
 
 
 
Tom van Stiphout
Guest
Posts: n/a
 
      1st Feb 2008
On Thu, 31 Jan 2008 10:38:44 -0800 (PST), Shiller <(E-Mail Removed)>
wrote:

Eh, you'd use a function to do the conversion?=ConvertToMD5(some_text)
Of course you'd have to implement this function. Write it yourself, or
find a VBA implementation of the algorithm.

If you were doing this in DotNet, I think it's provided in the
framework.

Not sure what I'm missing here.

-Tom.


>Experts,
>
>I would like to convert my password field from text to MD5 format in
>my table user. How do I go about making the conversion.
>
>Thanks,

 
Reply With Quote
 
Shiller
Guest
Posts: n/a
 
      1st Feb 2008
On Feb 1, 12:08 am, Tom van Stiphout <no.spam.tom7...@cox.net> wrote:
> On Thu, 31 Jan 2008 10:38:44 -0800 (PST), Shiller <shill...@gmail.com>
> wrote:
>
> Eh, you'd use a function to do the conversion?=ConvertToMD5(some_text)
> Of course you'd have to implement this function. Write it yourself, or
> find a VBA implementation of the algorithm.
>
> If you were doing this in DotNet, I think it's provided in the
> framework.
>
> Not sure what I'm missing here.
>
> -Tom.
>
> >Experts,

>
> >I would like to convert my password field from text to MD5 format in
> >my table user. How do I go about making the conversion.

>
> >Thanks,


Thank you Tom,

Like Graham R Seach recommended in a previous posting, I downloaded
the MD5 class from http://www.freevbcode.com/ShowCode.Asp?ID=741, put
clsMD5.cls into a standard module, and I use
DigestStrToHexStr(some_text) to convert all passwords to MD5 format.

***don't put clsMD5.cls in a class module, because you'll receive an
"undefined error message..."***

Thanks again Tom, you're my hero.

Shiller,
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting a date to a text field w/o converting it to a julian da LynnMinn Microsoft Excel Worksheet Functions 2 6th Mar 2008 03:43 PM
Converting a date field into a month-year only field =?Utf-8?B?Qy5IaXJzY2g=?= Microsoft Excel Misc 1 25th Apr 2006 12:08 AM
Preventing query from converting memo field to text field. =?Utf-8?B?RGVubmlzIEluIEZvcmtz?= Microsoft Access Database Table Design 1 22nd Dec 2004 04:08 AM
Converting OLE object (image) field to text field =?Utf-8?B?eWFubg==?= Microsoft Access Database Table Design 3 23rd Mar 2004 07:43 AM
Converting a number field into a text field =?Utf-8?B?SmFja2ll?= Microsoft Access Queries 3 13th Nov 2003 01:31 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:57 AM.