Skip to content

Commit a345727

Browse files
committed
Python fix up tags in qhelp.
1 parent b3eaa46 commit a345727

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

python/ql/src/Security/CWE-326/WeakCrypto.qhelp

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@ Modern encryption relies on it being computationally infeasible to break the cip
99
As computational power increases, the ability to break ciphers grows and keys need to become larger.
1010
</p>
1111
<p>
12-
There are three main asymmetric key algorithms in use:
13-
<ul>
14-
<li>Rivest–Shamir–Adleman (RSA) cryptography</li>
15-
<li>Digital Signature Algorithm (DSA)</li>
16-
<li>Elliptic-curve cryptography (ECC)</li>
17-
</ul>
12+
The three main asymmetric key algorithms currently in use are Rivest–Shamir–Adleman (RSA) cryptography, Digital Signature Algorithm (DSA), and Elliptic-curve cryptography (ECC).
1813
With current technology, key sizes of 2048 bits for RSA and DSA,
1914
or 224 bits for ECC, are regarded as unbreakable.
2015
</p>
@@ -41,7 +36,7 @@ Wikipedia:
4136
</li>
4237
<li>
4338
Python cryptography module:
44-
<a href="https://cryptography.io/en/latest/"</a>.
39+
<a href="https://cryptography.io/en/latest/">cryptography.io</a>.
4540
</li>
4641
<li>
4742
NIST:

0 commit comments

Comments
 (0)