@@ -25,7 +25,6 @@ msgid "**Source code:** :source:`Lib/hashlib.py`"
25
25
msgstr "**Code source :** :source:`Lib/hashlib.py`"
26
26
27
27
#: library/hashlib.rst:23
28
- #, fuzzy
29
28
msgid ""
30
29
"This module implements a common interface to many different secure hash and "
31
30
"message digest algorithms. Included are the FIPS secure hash algorithms "
@@ -53,8 +52,8 @@ msgstr ""
53
52
54
53
#: library/hashlib.rst:37
55
54
msgid ""
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."
58
57
msgstr ""
59
58
"Certains algorithmes ont des faiblesses connues relatives à la collision, se "
60
59
"référer à la section \" Voir aussi\" à la fin."
@@ -378,8 +377,8 @@ msgid ""
378
377
"Key derivation and key stretching algorithms are designed for secure "
379
378
"password hashing. Naive algorithms such as ``sha1(password)`` are not "
380
379
"resistant against brute-force attacks. A good password hashing function must "
381
- "be tunable, slow, and include a `salt <https://en.wikipedia.org/wiki/"
382
- "Salt_ %28cryptography%29>`_."
380
+ "be tunable, slow, and include a `salt <https://en.wikipedia.org/wiki/Salt_ "
381
+ "%28cryptography%29>`_."
383
382
msgstr ""
384
383
"Les algorithmes de dérivation de clés et d'étirement de clés sont conçus "
385
384
"pour le hachage sécurisé de mots de passe. Des algorithmes naïfs comme "
0 commit comments