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

Поиск
Список
Период
Сортировка
От Travis Bauer
Тема Re: How to encode and decode a string as a password field in pgsql table?
Дата
Msg-id 20010504064556.A11330@ghost.cs.indiana.edu
обсуждение исходный текст
Ответ на How to encode and decode a string as a password field in pgsql table?  ("Subhramanya Shiva" <shiva@archeanit.com>)
Список 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 по дате отправления:

Предыдущее
От: Jani Averbach
Дата:
Сообщение: Re: A bug with pgsql 7.1/jdbc and non-ascii (8-bit) chars?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: A bug with pgsql 7.1/jdbc and non-ascii (8-bit) chars?