Re: How to encode and decode password in pgsql !!

Поиск
Список
Период
Сортировка
От Roberto Mello
Тема Re: How to encode and decode password in pgsql !!
Дата
Msg-id 20010503173414.A28881@cc.usu.edu
обсуждение исходный текст
Ответ на How to encode and decode password in pgsql !!  ("Subhramanya Shiva" <shiva@archeanit.com>)
Список pgsql-sql
On Wed, May 02, 2001 at 01:07:57AM +0530, Subhramanya Shiva wrote:
> hi all
> 
> how to store password details in a table. in encoded form
> and how to decode it.
> 
> in mysql ...we r having encoding and decoding for a password
> security ... so how to do in pgsql...
I usually do the encrypting in the client application (AOLserver, PHP),
store the encrypted password, when the user comes back and enters the
password I encrypt it and test it against what's on the database.
-Roberto
-- 
+----| http://fslc.usu.edu USU Free Software & GNU/Linux Club |------+ Roberto Mello - Computer Science, USU -
http://www.brasileiro.net      http://www.sdl.usu.edu - Space Dynamics Lab, Developer    
 
Thou shall not kill, unless it's for dinner!


В списке pgsql-sql по дате отправления:

Предыдущее
От: Joel Burton
Дата:
Сообщение: RE: "correct" sorting.
Следующее
От: "Subhramanya Shiva"
Дата:
Сообщение: Re: How to encode and decode password in pgsql !!