Re: Error Writing/Reading Encrypted Values

Поиск
Список
Период
Сортировка
От Keith Gray
Тема Re: Error Writing/Reading Encrypted Values
Дата
Msg-id 3C438668.8B6AA8DE@heart.com.au
обсуждение исходный текст
Ответ на Error Writing/Reading Encrypted Values  (<cnliou@eurosport.com>)
Список pgsql-odbc
cnliou@eurosport.com wrote:
>
>
> Problem happens when the decryption routine (running
> in Windoz) tries to decrypt the encrypted password
> retrieved from postgresql - it occasionally succeeds
> but hangs most of the time.

I would never use decrypt of password...
One should always compare if

encrypt(attempt) = encrypt(password)

...then you do not need to decrypt - better security

--
Keith Gray

Technical Development Manager
Heart Consulting Services P/L
mailto:keith@heart.com.au

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

Предыдущее
От: Curtis Galloway
Дата:
Сообщение: Bad SQL generated by application
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Rep:Re: Error Writing/Reading Encrypted Values