@@ -25,7 +25,6 @@ msgid "**Source code:** :source:`Lib/hashlib.py`"
2525msgstr "**Code source :** :source:`Lib/hashlib.py`"
2626
2727#: library/hashlib.rst:23
28- #, fuzzy
2928msgid ""
3029"This module implements a common interface to many different secure hash and "
3130"message digest algorithms. Included are the FIPS secure hash algorithms "
@@ -53,8 +52,8 @@ msgstr ""
5352
5453#: library/hashlib.rst:37
5554msgid ""
56- "Some algorithms have known hash collision weaknesses, refer to the \" See "
57- "also \" section at the end."
55+ "Some algorithms have known hash collision weaknesses, refer to the \" See also "
56+ "\" section at the end."
5857msgstr ""
5958"Certains algorithmes ont des faiblesses connues relatives à la collision, se "
6059"référer à la section \" Voir aussi\" à la fin."
@@ -339,8 +338,8 @@ msgid ""
339338"Key derivation and key stretching algorithms are designed for secure "
340339"password hashing. Naive algorithms such as ``sha1(password)`` are not "
341340"resistant against brute-force attacks. A good password hashing function must "
342- "be tunable, slow, and include a `salt <https://en.wikipedia.org/wiki/"
343- "Salt_ %28cryptography%29>`_."
341+ "be tunable, slow, and include a `salt <https://en.wikipedia.org/wiki/Salt_ "
342+ "%28cryptography%29>`_."
344343msgstr ""
345344"Les algorithmes de dérivation de clés et d'étirement de clés sont conçus "
346345"pour le hachage sécurisé de mots de passe. Des algorithmes naïfs comme "
0 commit comments