Encrypt data in SQL Server

D

DeMoN

Hi.

I'm developing a VBA application with SQL Server.

I need to encrypt data from client machine to server, but I have no idea how
to do it.

Any help will be grateful

Regards.
 
S

Steve Jorgensen

The only obvious way I can think of is to have client machines connect to the
SQL Server using an encrypted VPN connection, then connect to SQL Server using
the server's VPN adapter IP address.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top