You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confidentiality ensures that information is protected from being disclosed to unauthorized parties. It is typically achieved through encryption, which transforms readable data into an unreadable data using a cryptographic key. Only authorized parties that know the correct key can decrypt and access the original information.
589
-
The most used cryptographic algorithms for ensuring confidentiality are <ahref="#symmetric-encryption">symmetric encryption</a> algorithms, such as AES (Advanced Encryption Standard).
590
-
591
-
588
+
<p><strong>Confidentiality</strong> in cryptography aims to ensure that information is kept secret from unauthorized parties—only the intended recipient(s) can access and understand the message, while anyone else—even if they intercept it—cannot make sense of it. This is typically achieved through <strong>encryption</strong> — covered in Sections <ahref="#asymmetric-encryption">7.1</a> and <ahref="#symmetric-encryption">7.2</a> — which converts readable data (<strong>plaintext</strong>) into <strong>ciphertext</strong> that can only be decrypted by authorized parties with the correct cryptographic key; a widely used example is the <strong>Advanced Encryption Standard (AES)</strong>, standardized by the U.S. National Institute of Standards and Technology <adata-link-type="biblio" href="#biblio-fips-197" title="Advanced Encryption Standard (AES)">[FIPS-197]</a>.</p>
589
+
<p>Maintaining confidentiality also requires proper key management and access control. Secure key management ensures that cryptographic keys are safely generated, stored, and distributed, while access control mechanisms restrict information to only those with permission, preventing unauthorized use or disclosure (see <ahref="#key-management">Section 4.2</a> for more details on key management).</p>
Integrity ensures that data remains unchanged and unaltered during transmission or storage. It is typically achieved through hashing algorithms. If the data is modified, the hash value will change, indicating that the integrity of the data has been compromised. Integrity is essential for ensuring that information remains accurate, preventing unauthorized modifications. The most used cryptographic algorithms for ensuring integrity are <ahref="#hash-functions">hash functions</a>, such as SHA-256 (Secure Hash Algorithm 256-bit).
<dd>National Institute of Standards and Technology. <ahref="https://csrc.nist.gov/publications/detail/fips/197/final"><cite>Advanced Encryption Standard (AES)</cite></a>. URL: <ahref="https://csrc.nist.gov/publications/detail/fips/197/final">https://csrc.nist.gov/publications/detail/fips/197/final</a>
<dd>National Institute of Standards and Technology. <ahref="https://csrc.nist.gov/publications/detail/fips/180/4/final"><cite>Secure Hash Standard (SHS)</cite></a>. URL: <ahref="https://csrc.nist.gov/publications/detail/fips/180/4/final">https://csrc.nist.gov/publications/detail/fips/180/4/final</a>
829
832
<dtid="biblio-fips-186-5">[FIPS-186-5]
830
833
<dd>National Institute of Standards and Technology. <ahref="https://csrc.nist.gov/pubs/fips/186-5/final"><cite>Digital Signature Standard (DSS)</cite></a>. URL: <ahref="https://csrc.nist.gov/pubs/fips/186-5/final">https://csrc.nist.gov/pubs/fips/186-5/final</a>
831
-
<dtid="biblio-fips-197">[FIPS-197]
832
-
<dd>National Institute of Standards and Technology. <ahref="https://csrc.nist.gov/publications/detail/fips/197/final"><cite>Advanced Encryption Standard (AES)</cite></a>. URL: <ahref="https://csrc.nist.gov/publications/detail/fips/197/final">https://csrc.nist.gov/publications/detail/fips/197/final</a>
833
834
<dtid="biblio-fips-198-1">[FIPS-198-1]
834
835
<dd>National Institute of Standards and Technology. <ahref="https://csrc.nist.gov/publications/detail/fips/198/1/final"><cite>The Keyed-Hash Message Authentication Code (HMAC)</cite></a>. URL: <ahref="https://csrc.nist.gov/publications/detail/fips/198/1/final">https://csrc.nist.gov/publications/detail/fips/198/1/final</a>
0 commit comments