Skip to content

Commit

Permalink
Added example of encryption at rest to data opacity section.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Aug 27, 2022
1 parent b738bac commit b4cc8cd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2130,7 +2130,12 @@ <h3>Data Opacity</h3>
developer, can be stored in opaque formats. Examples include digital signature
values, cryptographic key parameters, and other data fields that only need to be
accessed by a cryptographic library and need not be modified by the application
developer.
developer. There are also examples where data opacity is appropriate when the
underlying subsystem does not expose the application developer to the underlying
complexity of the opaque data, such as databases that perform encryption at
rest. In these cases, the application developer continues to develop against
transparent application data formats while the database manages the complexity
of encrypting and decrypting the application data to and from long-term storage.
</p>
<p>
This specification strives to provide an architecture where application data
Expand Down

0 comments on commit b4cc8cd

Please sign in to comment.