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

From: Travis Bauer <trbauer(at)indiana(dot)edu>
To: Subhramanya Shiva <shiva(at)archeanit(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: How to encode and decode a string as a password field in pgsql table?
Date: 2001-05-04 11:45:56
Message-ID: 20010504064556.A11330@ghost.cs.indiana.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)archeanit(dot)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.
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2001-05-04 14:29:50 Re: Re: A bug with pgsql 7.1/jdbc and non-ascii (8-bit) chars?
Previous Message Jani Averbach 2001-05-04 10:42:10 Re: A bug with pgsql 7.1/jdbc and non-ascii (8-bit) chars?