C H A P T E R 7
Data Encryption in Transit
In Chapter 6, we laid the foundation for data encryption between Oracle database and a Java client. We proved that we can exchange keys securely and then send encrypted data back and forth, successfully decrypting the data at the recipient, and at the Oracle database.
In this chapter, we will complete the foundation for encryption, which we will continue to build in the application security, appsec
Oracle schema. Then we will take on the role of an application developer, using the appsec
structures to secure access to our data. Specifically, we will secure access to data in the HR
example schema.
Consider the last chapter and observe that we have been both building and testing our application security ...
Get Expert Oracle and Java Security: Programming Secure Oracle Database Applications with Java now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.