database - Is it possible to apply any encryption algorithm on ODBC? -


i want know can apply customized encryption algorithm odbc? thanks.

it driver dependent if uses cryptography when "talks" server. drivers use (informix, oracle) not use cryptography, while others (postgresql) offers ssl.

of course can use vpn encryption , transmission should secure.

or can encrypt data in database.

but solutions not odbc dependent.


Comments

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

c# - How to get the current UAC mode -