Skip to content

Commit

Permalink
mark ARC4 and TripleDES with the right version added for decrepit (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk authored Feb 2, 2024
1 parent c7ec8a6 commit ccd392e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/hazmat/decrepit/ciphers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ object along with the appropriate :mod:`~cryptography.hazmat.primitives.ciphers.

.. class:: ARC4(key)

.. versionadded:: 43.0.0

ARC4 (Alleged RC4) is a stream cipher with serious weaknesses in its
initial stream output. Its use is strongly discouraged. ARC4 does not use
mode constructions.
Expand All @@ -41,6 +43,8 @@ object along with the appropriate :mod:`~cryptography.hazmat.primitives.ciphers.

.. class:: TripleDES(key)

.. versionadded:: 43.0.0

Triple DES (Data Encryption Standard), sometimes referred to as 3DES, is a
block cipher standardized by NIST. Triple DES has known crypto-analytic
flaws, however none of them currently enable a practical attack.
Expand Down

0 comments on commit ccd392e

Please sign in to comment.