Skip to content

Commit 9bf69ac

Browse files
AP-CSPrinciplesAP-CSPrinciples
authored andcommitted
Autobuild latest version
1 parent 6880ac9 commit 9bf69ac

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/.doctrees/Unit 2/data.doctree

0 Bytes
Binary file not shown.

docs/.doctrees/environment.pickle

0 Bytes
Binary file not shown.

docs/Unit 2/data.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2680,8 +2680,8 @@ <h3>RSA Educational Encryption and Decryption Program<a class="headerlink" href=
26802680
<p><strong>Asymmetric Encryption</strong></p>
26812681
<p>RSA uses <strong>two keys</strong>:</p>
26822682
<ul class="simple">
2683-
<li><p>A <strong>public key</strong> for <strong>encryption</strong></p></li>
2684-
<li><p>A <strong>private key</strong> for <strong>decryption</strong></p></li>
2683+
<li><p>A <strong>private key</strong> for <strong>encryption</strong></p></li>
2684+
<li><p>A <strong>public key</strong> for <strong>decryption</strong></p></li>
26852685
</ul>
26862686
<p>These keys are mathematically related, but knowing the public key does not make it feasible to compute the private key (assuming large enough primes).</p>
26872687
<hr class="docutils" />

docs/_sources/Unit 2/data.md.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,8 +1483,8 @@ else:
14831483

14841484
RSA uses **two keys**:
14851485

1486-
* A **public key** for **encryption**
1487-
* A **private key** for **decryption**
1486+
* A **private key** for **encryption**
1487+
* A **public key** for **decryption**
14881488

14891489
These keys are mathematically related, but knowing the public key does not make it feasible to compute the private key (assuming large enough primes).
14901490

0 commit comments

Comments
 (0)