Re: [INTERFACES] M$oft Win95, ODBC and 'crypt-ed' Passwords

Поиск
Список
Период
Сортировка
От Byron Nikolaidis
Тема Re: [INTERFACES] M$oft Win95, ODBC and 'crypt-ed' Passwords
Дата
Msg-id 35783177.4C039AF9@insightdist.com
обсуждение исходный текст
Ответ на M$oft Win95, ODBC and 'crypt-ed' Passwords  (Paul Roberts <paul.roberts@trinity-bris.ac.uk>)
Список pgsql-interfaces
Paul Roberts wrote:

> ODBC is working fine.  However, I'm none-too-keen on routinely sending
> unencrypted passwords over the Internet link between the different sites
> at the moment of connection.
>
> It also offers crypt / decrypt, which UN&X/Linux could offer, but is
> there a M$ en-crypting solution?
>

Currently, the odbc driver can't handle the encrypting passwords option of
authentication.
When the request comes back from postgres to encrypt the password with the
"salt", the driver will just error out, saying that authentication type is
not supported.  Same for kerberos 4/5 authentication.

I hope to add encrypted passwords someday.

I noticed the jdbc driver has some encryption algorithm built in.  Can
someone please elaborate on that, like where did you get it, or did you
write it, etc??

Byron



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

Предыдущее
От: Byron Nikolaidis
Дата:
Сообщение: Re: [INTERFACES] odbcexpress
Следующее
От: Byron Nikolaidis
Дата:
Сообщение: NEW ODBC DRIVER v.0244