Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Server database encryption
Message
De
25/05/2018 19:27:58
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows Server 2012 R2
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01660374
Message ID:
01660380
Vues:
66
>A client wants to do encryption on database level (Transparent Data Encryption (TDE)).
>
>One question that comes up is, if we need to do any changes in our client application, or that is done only on the database without any need of adaptions on the queries or database connection?
>
>we are using SQLSTRINGCONNECT and SQLEXEC in VFP with the Standard SQL ODBC driver.

TDE is a pain to set up: it depends on a key that must be available at server bootup. Read through the setup procedure.

Always Encrypted is just that: it is encrypted always, even in sql server memory (I have no idea how they do that) right up to the ODBC driver, which does the decryption in your app. It is the safest and the easiest encryption procedure.

Hank
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform