Date: 12/19/00
- Next message: Michael Rudel: "AW: [PHP-DB] help please!!!!!!!!!!"
- Previous message: Daniel Rezny: "Re: [PHP-DB] help please!!!!!!!!!!"
- In reply to: Lourdes Gil: "Re: [PHP-DB] Encrypting a column (password column)"
- Next in thread: kmurrah: "[PHP-DB] searching for host"
- Reply: kmurrah: "[PHP-DB] searching for host"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello Lourdes,
Tuesday, December 19, 2000, 9:17:38 AM, you wrote:
LG> nuitari <email protected> escribió:
>> Noah Spitzer-Williams wrote:
>> >
>> > Hey, i have a user database in which one of the columns of a table is their
>> > password. however i would like to have this encrypted just so when i look at
>> > it using somethin like phpmyadmin, their password isnt visible. is there an
>> > easy way to do this?
>>
>> Use the PASSWORD function when doing the insert.
>> eg:
>> mysql_db_query (db, "INSERT into User VALUES (\"username\",
>> PASSWORD(\"password\"))");
>>
>> --
>> PHP Database Mailing List (http://www.php.net/)
>> To unsubscribe, e-mail: php-db-unsubscribe <email protected>
>> For additional commands, e-mail: php-db-help <email protected>
>> To contact the list administrators, e-mail: php-list-admin <email protected>
LG> I am interested in that function so that it happens to me the same but not
LG> where is
LG> function " PASSWORD ". Please can you tell me where is this function? It is
LG> possible also to be used in ORACLE? THANKS
Try to use a md5 function of php. It is very useful.
-- Best regards, Daniel mailto:dr <email protected>-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Michael Rudel: "AW: [PHP-DB] help please!!!!!!!!!!"
- Previous message: Daniel Rezny: "Re: [PHP-DB] help please!!!!!!!!!!"
- In reply to: Lourdes Gil: "Re: [PHP-DB] Encrypting a column (password column)"
- Next in thread: kmurrah: "[PHP-DB] searching for host"
- Reply: kmurrah: "[PHP-DB] searching for host"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

