Update crypto_algorithms.md

This commit is contained in:
Omar Santos 2019-07-12 07:50:07 -04:00 committed by GitHub
parent 08623c898d
commit 956a11f89c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
# Cryptographic Algorithms
<table>
<tbody>
<tr>
@ -8,7 +9,6 @@
<th scope="col">Status</th>
<th scope="col">Alternative</th>
<th scope="col">QCR</th>
<th scope="col">Mitigation</th>
</tr>
<tr>
<td>DES</td>
@ -16,7 +16,6 @@
<td>Avoid</td>
<td>AES</td>
<td>&mdash;</td>
<td>&mdash;</td>
</tr>
<tr>
<td>3DES</td>
@ -24,7 +23,6 @@
<td>Legacy</td>
<td>AES</td>
<td>&mdash;</td>
<td>Short key lifetime</td>
</tr>
<tr>
<td>RC4</td>
@ -32,7 +30,6 @@
<td>Avoid</td>
<td>AES</td>
<td>&mdash;</td>
<td>&mdash;</td>
</tr>
<tr>
<td>
@ -45,7 +42,7 @@
</td>
<td>
<p>Acceptable</p>
<p>NGE</a></p>
<p>NGE</p>
</td>
<td>
<p>AES-GCM</p>
@ -55,10 +52,6 @@
<p>✓ (256-bit)</p>
<p>✓ (256-bit)</p>
</td>
<td>
<p>&mdash;</p>
<p>&mdash;</p>
</td>
</tr>
<tr>
<td>
@ -82,11 +75,6 @@ DSA-3072</td>
<p>&mdash;</p>
<p>&mdash;</p>
</td>
<td>
<p>&mdash;</p>
<p>&mdash;</p>
<p>&mdash;</p>
</td>
</tr>
<tr>
<td>
@ -110,11 +98,6 @@ ECDSA-256</td>
<p>&mdash;</p>
<p>&mdash;</p>
</td>
<td>
<p>&mdash;</p>
<p>&mdash;</p>
<p>&mdash;</p>
</td>
</tr>
<tr>
<td>
@ -137,11 +120,6 @@ ECDSA-256</td>
<p>&mdash;</p>
<p>&mdash;</p>
</td>
<td>
<p>&mdash;</p>
<p>&mdash;</p>
<p>&mdash;</p>
</td>
</tr>
<tr>
<td>MD5</td>
@ -149,7 +127,6 @@ ECDSA-256</td>
<td>Avoid</td>
<td>SHA-256</td>
<td>&mdash;</td>
<td>&mdash;</td>
</tr>
<tr>
<td>
@ -165,9 +142,6 @@ ECDSA-256</td>
<p>SHA-256</p>
</td>
<td>&mdash;</td>
<td>
<p>&mdash;</p>
</td>
</tr>
<tr>
<td>
@ -191,11 +165,6 @@ ECDSA-256</td>
<p></p>
<p></p>
</td>
<td>
<p>&mdash;</p>
<p>&mdash;</p>
<p>&mdash;</p>
</td>
</tr>
<tr>
<td>HMAC-MD5</td>
@ -203,7 +172,6 @@ ECDSA-256</td>
<td>Legacy</td>
<td>HMAC-SHA-256</td>
<td>&mdash;</td>
<td>Short key lifetime</td>
</tr>
<tr>
<td>HMAC-SHA-1</td>
@ -211,7 +179,6 @@ ECDSA-256</td>
<td>Acceptable</td>
<td>HMAC-SHA-256</td>
<td>&mdash;</td>
<td>&mdash;</td>
</tr>
<tr>
<td>HMAC-SHA-256</td>
@ -219,7 +186,6 @@ ECDSA-256</td>
<td>NGE</td>
<td>&mdash;</td>
<td></td>
<td>&mdash;</td>
</tr>
<tr>
<td>
@ -239,10 +205,6 @@ ECDSA-384</td>
<p>&mdash;</p>
<p>&mdash;</p>
</td>
<td>
<p>&mdash;</p>
<p>&mdash;</p>
</td>
</tr>
<tr>
<td>
@ -263,13 +225,9 @@ ECDSA-384</td>
<p>&mdash;</p>
<p>&mdash;</p>
</td>
<td>
<p>&mdash;</p>
<p>&mdash;</p>
</td>
</tr>
<tr>
<td colspan="6"><a name="ftn1"></a>
<td colspan="5"><a name="ftn1"></a>
<p>1. QCR = quantum computer resistant.</p>
<a name="ftn2"></a>
<p>2. NGE = next generation encryption.</p>
@ -278,6 +236,7 @@ ECDSA-384</td>
</tbody>
</table>
- Avoid: Algorithms that are marked as Avoid do not provide adequate security against modern threats and should not be used to protect sensitive information. It is recommended that these algorithms be replaced with stronger algorithms.
- Legacy: Legacy algorithms provide a marginal but acceptable security level. They should be used only when no better alternatives are available, such as when interoperating with legacy equipment. It is recommended that these legacy algorithms be phased out and replaced with stronger algorithms.