From e6e66beb0f3d077bf0e6868f8032fffb3e80edd0 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Mon, 20 Mar 2023 11:02:54 +0100 Subject: [PATCH] wrap --- library/hashlib.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/hashlib.po b/library/hashlib.po index 06cd01b5..0769cc06 100644 --- a/library/hashlib.po +++ b/library/hashlib.po @@ -52,8 +52,8 @@ msgstr "" #: library/hashlib.rst:37 msgid "" -"Some algorithms have known hash collision weaknesses, refer to the \"See also" -"\" section at the end." +"Some algorithms have known hash collision weaknesses, refer to the \"See " +"also\" section at the end." msgstr "" "Certains algorithmes ont des faiblesses connues relatives à la collision, se " "référer à la section \"Voir aussi\" à la fin." @@ -403,8 +403,8 @@ msgid "" "Key derivation and key stretching algorithms are designed for secure " "password hashing. Naive algorithms such as ``sha1(password)`` are not " "resistant against brute-force attacks. A good password hashing function must " -"be tunable, slow, and include a `salt `_." +"be tunable, slow, and include a `salt `_." msgstr "" "Les algorithmes de dérivation de clés et d'étirement de clés sont conçus " "pour le hachage sécurisé de mots de passe. Des algorithmes naïfs comme "