Re: Encryption/Decryption in PGSQL

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Encryption/Decryption in PGSQL
Дата
Msg-id 45D80ADB.4060903@hagander.net
обсуждение исходный текст
Ответ на Encryption/Decryption in PGSQL  (RPK <rohitprakash123@indiatimes.com>)
Список pgsql-general
RPK wrote:
> Is there any built in function in PGSQL to Encrypt/Decrypt a text before
> storing in field? If yes, which algorithms it supports and what is the
> maximum key size?

Take a look at contrib/pgcrypto. It supports a wide range of different
algorithms and key sizes. There's a README file with details.

//Magnus


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

Предыдущее
От: RPK
Дата:
Сообщение: Encryption/Decryption in PGSQL
Следующее
От: Vacuum Joe
Дата:
Сообщение: Automated backups for PG running on Windows Server?