@@ -40,7 +40,7 @@ sidebar_position: 2
4040 Data stored in a format that is unreadable without additional information. Usually synonymous to
4141 encrypted, but with additional expectations about how the key is stored. Encrypted data which is
4242 stored together with its decryption key in plain text is not considered to be protected, even
43- thought it is encrypted.
43+ though it is encrypted.
4444 </dd >
4545 <dt >Communication channel</dt >
4646 <dd >
@@ -57,7 +57,7 @@ message queues, shared memory, and HTTP connections.
5757
5858 - ** Confidentiality** : The data is unreadable to unauthorized
5959 parties, typically using encryption.
60- - ** Integrity** : The data cannot be altered or tampered with
60+ - ** Integrity** : The data cannot be tampered with or altered
6161 without detection during transmission.
6262
6363 </dd >
@@ -77,16 +77,16 @@ message queues, shared memory, and HTTP connections.
7777 party or parties may not have done so, making the channel trusted by one party but untrusted by
7878 the other(s).
7979 </dd >
80- <dt >Fully trusted Channel </dt >
80+ <dt >Fully trusted channel </dt >
8181 <dd >
82- A communication channel where all parties have verified each other’ s identities. This means the
82+ A communication channel where all parties have verified each other' s identities. This means the
8383 channel provides confidentiality, integrity, and authenticity, ensuring that the data is secure,
8484 unaltered, and exchanged only between the trusted parties.
8585 </dd >
8686 <dt >Data at rest</dt >
8787 <dd >
8888 Any data that is stored on a device or medium that is not actively being used, processed, or
89- transmitted. This includes (but is not limited to) data stored on disk on the users devices, or on
89+ transmitted. This includes (but is not limited to) data stored on disk on the user's devices, or on
9090 disk on the server side.
9191 </dd >
9292 <dt >Data in use</dt >
0 commit comments