Обсуждение: odbc with encrypted ssl key?

Поиск
Список
Период
Сортировка

odbc with encrypted ssl key?

От
Andreas
Дата:
Hi,

is there a way to have MS-Access use ODBC and still use a passphrase
encrypted private-key?

Right now ODBC works with unencrypted key.

For security reasons I'd rather have my private key stored encrypted.
I suppose to do this Access had to tell the odbc driver the passphrase
so that it can decrypt the key.

Until now I just found 2 connection string parameters "ssl" and
"sslmode" but nothing resembling ssl-passphrase.


Regards
A.


Re: odbc with encrypted ssl key?

От
Andrei Kovalevski
Дата:
Hi!

    You may try https://projects.commandprompt.com/public/odbcng/. This
PostgreSQL ODBC driver's connection string can contain parameters you need:
        SSL_CERTIFICATE=[string] - path to SSL certificate file
        SSL_PRIVATE_KEY=[string] - your SSL private key
        SSL_PASSPHRASE=[string] - your SSL password phrase

    You can either use these parameters in connection string or
configure DSN.

    Andrei.

Andreas wrote:
> Hi,
>
> is there a way to have MS-Access use ODBC and still use a passphrase
> encrypted private-key?
>
> Right now ODBC works with unencrypted key.
>
> For security reasons I'd rather have my private key stored encrypted.
> I suppose to do this Access had to tell the odbc driver the passphrase
> so that it can decrypt the key.
>
> Until now I just found 2 connection string parameters "ssl" and
> "sslmode" but nothing resembling ssl-passphrase.
>
>
> Regards
> A.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster