Re: Encrypted column

Поиск
Список
Период
Сортировка
От Marko Kreen
Тема Re: Encrypted column
Дата
Msg-id e51f66da0706050809r3da6c61eqf8e6f73ae8a1cc82@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Encrypted column  ("Marko Kreen" <markokr@gmail.com>)
Ответы Re: Encrypted column  ("Brian Mathis" <brian.mathis@gmail.com>)
Список pgsql-general
On 6/5/07, Marko Kreen <markokr@gmail.com> wrote:
> both md5 and sha1 are actually easier to bruteforce than
> the old DES-based crypt.

If this statement seems weird - the problem is the speed.
MD5 and SHA1 are just faster algorithms than des-crypt.

And there's nothing wrong with fast general-purpose algorithms,
as long their cryptographic properties hold.  Starting from
20-30 bytes the bruteforce is really not an option.

But if you have under 10 bytes (let be honest - you have
6 bytes...) the speed start to matter, because it is possible
on random laptop to simply try all combinations.

--
marko

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

Предыдущее
От: Erwin Moller
Дата:
Сообщение: Re: TSEARCH2: disable stemming in indexes and triggers
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Foreign keys and indexes