@@ -40,7 +40,7 @@ sidebar_position: 2
40
40
Data stored in a format that is unreadable without additional information. Usually synonymous to
41
41
encrypted, but with additional expectations about how the key is stored. Encrypted data which is
42
42
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.
44
44
</dd >
45
45
<dt >Communication channel</dt >
46
46
<dd >
@@ -57,7 +57,7 @@ message queues, shared memory, and HTTP connections.
57
57
58
58
- ** Confidentiality** : The data is unreadable to unauthorized
59
59
parties, typically using encryption.
60
- - ** Integrity** : The data cannot be altered or tampered with
60
+ - ** Integrity** : The data cannot be tampered with or altered
61
61
without detection during transmission.
62
62
63
63
</dd >
@@ -77,16 +77,16 @@ message queues, shared memory, and HTTP connections.
77
77
party or parties may not have done so, making the channel trusted by one party but untrusted by
78
78
the other(s).
79
79
</dd >
80
- <dt >Fully trusted Channel </dt >
80
+ <dt >Fully trusted channel </dt >
81
81
<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
83
83
channel provides confidentiality, integrity, and authenticity, ensuring that the data is secure,
84
84
unaltered, and exchanged only between the trusted parties.
85
85
</dd >
86
86
<dt >Data at rest</dt >
87
87
<dd >
88
88
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
90
90
disk on the server side.
91
91
</dd >
92
92
<dt >Data in use</dt >
0 commit comments