[FX.php List] User Names and Passwords

Gjermund Gusland Thorsen ggt667 at gmail.com
Thu Mar 20 16:19:39 MDT 2008


table: user

fields: username, valid

character encoding/sorting of username is plain text in your language
character encoding/sorting of valid is unicode

content of username is user's name
content of valid ( written as php code ) is: sha1( $username . '/\/' .
$password )

ggt667

2008/3/20, Glenn Singleton <glenn at possiblesolutions.com.au>:
> Hi,
>
>  I have a user table with passwords for the web but want to make sure I
>  follow "best practise" up to the point of financial viability.
>
>  Question : How do others store those passwords ?
>
>  1. In a plain text field
>  2. Encrpted using a Filemaker Custom Function
>  3. Using a plugin
>  4. Outside of filemaker
>  5. Some other method
>
>  Any insight would be appreciated.
>
>  Regards
>  Glenn Singleton
>
>  _______________________________________________
>  FX.php_List mailing list
>  FX.php_List at mail.iviking.org
>  http://www.iviking.org/mailman/listinfo/fx.php_list
>


More information about the FX.php_List mailing list