Re: Password storage

2007-08-18 Thread Sudheer Satyanarayana
C K wrote: Friends, I have one question - How to store passwords in MySQL database table in a secure way so that no one can see the password(understand the password string)? Please help Thanks CPK mysql create table test01 (pass varchar(32)); Query OK, 0 rows affected (0.00 sec) mysql

Re: Password storage

2007-08-18 Thread Sudheer Satyanarayana
Hi, What are those external programs? If you are using a scripting language like PHP to insert data, you can still use all the MySQL functions in your query statements. I'm not sure how this is related to MS Access 2003. With Warm Regards, Sudheer. S www.binaryvibes.co.in

Design Help Needed

2007-06-13 Thread Sudheer Satyanarayana
Hi, I'm creating an application for my web site. I want help in designing database tables. Currently I'm starting with user management system. The web site would have these types of users 1. Customer account 1a. Individual account. This user would be an individual with username, password,