Re: How to encode and decode password in pgsql !! - Mailing list pgsql-sql

From Roberto Mello
Subject Re: How to encode and decode password in pgsql !!
Date
Msg-id 20010503173414.A28881@cc.usu.edu
Whole thread Raw
In response to How to encode and decode password in pgsql !!  ("Subhramanya Shiva" <shiva@archeanit.com>)
List 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 by date:

Previous
From: Joel Burton
Date:
Subject: RE: "correct" sorting.
Next
From: "Subhramanya Shiva"
Date:
Subject: Re: How to encode and decode password in pgsql !!