Python fix up tags in qhelp.

This commit is contained in:
Mark Shannon
2018-11-28 17:14:07 +00:00
parent b3eaa46f14
commit a345727f71

View File

@@ -9,12 +9,7 @@ Modern encryption relies on it being computationally infeasible to break the cip
As computational power increases, the ability to break ciphers grows and keys need to become larger.
</p>
<p>
There are three main asymmetric key algorithms in use:
<ul>
<li>RivestShamirAdleman (RSA) cryptography</li>
<li>Digital Signature Algorithm (DSA)</li>
<li>Elliptic-curve cryptography (ECC)</li>
</ul>
The three main asymmetric key algorithms currently in use are RivestShamirAdleman (RSA) cryptography, Digital Signature Algorithm (DSA), and Elliptic-curve cryptography (ECC).
With current technology, key sizes of 2048 bits for RSA and DSA,
or 224 bits for ECC, are regarded as unbreakable.
</p>
@@ -41,7 +36,7 @@ Wikipedia:
</li>
<li>
Python cryptography module:
<a href="https://cryptography.io/en/latest/"</a>.
<a href="https://cryptography.io/en/latest/">cryptography.io</a>.
</li>
<li>
NIST: