Re: Data Encryption in PostgreSQL, and a Tutorial.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Data Encryption in PostgreSQL, and a Tutorial.
Дата
Msg-id 14316.1081807530@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Data Encryption in PostgreSQL, and a Tutorial.  ("scott.marlowe" <scott.marlowe@ihs.com>)
Ответы Re: Data Encryption in PostgreSQL, and a Tutorial.  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-general
"scott.marlowe" <scott.marlowe@ihs.com> writes:
> On Fri, 9 Apr 2004, Christopher Browne wrote:
>> See the "pgcrypto" contrib module in the source tree.
>>
>> It is not typically compiled into what gets distributed with the
>> typical Linux/BSD distribution because of the library dependencies
>> that it forces in, as well as because the legalities surrounding the
>> distribution of cryptographic software vary from country to country,
>> making it potentially legally unsafe to ubiquitously include it.

> I thought md5() was a built-in nowadays...

Yeah, it is, but md5 is not considered cryptography because it is not
reversible (you can't decrypt to get back what you put in).  As such
it's not restricted under US munitions law, nor anyone else's that
I've heard of.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: db schema diff
Следующее
От: Chris Browne
Дата:
Сообщение: Re: PostgreSQL Invalid Page Header in Block XXXXX