Skip to content

Commit

Permalink
updated index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisekjha committed May 31, 2024
1 parent 6be57fc commit f03a050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
padding-right: 16px;
}
.media-icons a {
color: #000;
color: #121010;
font-size: 24px;
transition: color 0.3s ease;
}
Expand All @@ -66,7 +66,7 @@ <h2>Overview</h2>
<h2>Steps</h2>
<ol>
<li><strong>Key Generation:</strong> Generate a pair of public and private keys for the recipient using Kyber.</li>
<li><strong>Encrypting Session Key:</strong> For each message, generate a 256-bit AES session key and encrypt it using the recipient's Kyber public key.</li>
<li><strong>Encrypting Session Key:</strong> For each message, generate a 256-bit session key and encrypt the key using the recipient's Kyber public key.</li>
<li><strong>Encrypting Messages:</strong> Encrypt the message using AES-256 with the generated session key.</li>
<li><strong>Storing Encrypted Data:</strong> Store the encrypted session key and the encrypted message together in a file.</li>
<li><strong>Decrypting Session Key:</strong> The recipient decrypts the AES session key using their Kyber private key.</li>
Expand Down

0 comments on commit f03a050

Please sign in to comment.