Date:  09/24/2002 07:18:42 PM Msg ID:  000894
From:  FoxWeb Support Thread:  000893
Subject:  Re: encrypted passwords
You can use a hashing algorithm, such as MD5, to store encrypted passwords, and when it's time to authenticate a user you can process the password entered by the user with the same hashing algorithm to compare it with the previously encrypted password.
 
FoxWeb's Auth object does not support this functionality yet, but we do intend to support it in a subsequent version.  If you must have encrypted passwords right now, you will have to duplicate the functionality of the Auth object.

FoxWeb Support Team
support@foxweb.com email

Sent by Robert Thomas on 09/24/2002 11:29:50 AM:
What is the best way to store/read encrypted passwords from within a foxweb program.