F
Frank Meulblok
Guest
Different protocols work at different levels of the application, and they are not mutually exclusive. To clarify what works where: TDE = Transparent Database Encryption. Simplified: Once configured, all database files persisted on disk will be encrypted automatically. This keeps your "at rest" data secure. SSL/TLS = Secure Socket Layer / Transport Layer Security. Simplified: Encrypts data as it goes over a network. * Note: If you need this, at least get the public hotfix for 11.4 that provides the TLS 1.0 support. ABL encryption functions can handle a number of protocols & cyphers, but you'll need to write the code for that.
Continue reading...
Continue reading...