Re: Data Encryption in PostgreSQL, and a Tutorial.6

Поиск
Список
Период
Сортировка
От Mike Nolan
Тема Re: Data Encryption in PostgreSQL, and a Tutorial.6
Дата
Msg-id 200404100145.i3A1jHTO002791@gw.tssi.com
обсуждение исходный текст
Ответ на Data Encryption in PostgreSQL, and a Tutorial.  (mikecoxlinux@yahoo.com (Mike Cox))
Список pgsql-general
> Has anyone created something like that for Postgresql?  It would be
> really handy to encrypt credit card numbers and other information so
> it stays secure.

Is there some reason you can't use contrib/pgcrypto?  I use it
for storing passwords in an MD5 encryption and credit card data using
encrypt/decrypt, because I don't think it supports public/private
key encryption.
--
Mike Nolan

В списке pgsql-general по дате отправления:

Предыдущее
От: Christopher Browne
Дата:
Сообщение: Re: Data Encryption in PostgreSQL, and a Tutorial.
Следующее
От: Jeff Davis
Дата:
Сообщение: running postgresql database from loopback filesystem?