Thread: How to encode and decode a string as a password field in pgsql table?

How to encode and decode a string as a password field in pgsql table?

From
"Subhramanya Shiva"
Date:
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.


--
Subhramanya Shiva, Programmer
Archean InfoTech pvt.Ltd.
Hyderabad, India
http://www.archeanit.com



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

From
Travis Bauer
Date:
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.
>
>