Re: How to encode and decode a string as a password field in pgsql table? - Mailing list pgsql-jdbc

From Travis Bauer
Subject Re: How to encode and decode a string as a password field in pgsql table?
Date
Msg-id 20010504064556.A11330@ghost.cs.indiana.edu
Whole thread Raw
In response to How to encode and decode a string as a password field in pgsql table?  ("Subhramanya Shiva" <shiva@archeanit.com>)
List pgsql-jdbc
Doesn't java has its own encryption package? You could use
that to encrypt and decrypt the password.
--
----------------------------------------------------------------
Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
----------------------------------------------------------------

Subhramanya Shiva (shiva@archeanit.com) wrote:

> hi all
>
> How to encrypt and decrypt a value which is kept as a password in a table.
> In mysql we r having encode and decode ... but in pgsql how to do this using
> Java.
>
> regards
> Shiva.
>
>




pgsql-jdbc by date:

Previous
From: Jani Averbach
Date:
Subject: Re: A bug with pgsql 7.1/jdbc and non-ascii (8-bit) chars?
Next
From: Tom Lane
Date:
Subject: Re: Re: A bug with pgsql 7.1/jdbc and non-ascii (8-bit) chars?