You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"`blake2b`, et :func:`blake2s`. :func:`md5` est normalement disponible aussi, "
108
+
"mais il peut être manquant ou bloqué si vous utilisez une forme rare de "
109
+
"Python « conforme FIPS ». Cette liste correspond au résultat de la "
110
+
"fuonction :data:`algorithms_guaranteed`."
114
111
115
112
#:library/hashlib.rst:65
116
113
msgid""
@@ -121,26 +118,19 @@ msgid ""
121
118
msgstr""
122
119
123
120
#:library/hashlib.rst:72
124
-
#,fuzzy
125
121
msgid""
126
122
"Some algorithms have known hash collision weaknesses (including MD5 and "
127
123
"SHA1). Refer to `Attacks on cryptographic hash algorithms`_ and the `hashlib-"
128
124
"seealso`_ section at the end of this document."
129
-
msgstr""
130
-
"Certains algorithmes ont des faiblesses connues relatives à la collision, se "
131
-
"référer à la section \"Voir aussi\" à la fin."
125
+
msgstr"Certains algorithmes ont des faiblesses connues relatives à la collision(MD5 et SHA1 inclus). Se référer à `Fonction de hachage cryptographique`_ et à la section `Voir aussi`_ à la fin du document."
132
126
133
127
# suit un :
134
128
#:library/hashlib.rst:76
135
-
#,fuzzy
136
129
msgid""
137
130
"SHA3 (Keccak) and SHAKE constructors :func:`sha3_224`, :func:`sha3_256`, :"
138
131
"func:`sha3_384`, :func:`sha3_512`, :func:`shake_128`, :func:`shake_256` were "
139
132
"added. :func:`blake2b` and :func:`blake2s` were added."
140
-
msgstr""
141
-
"les constructeurs SHA3 (Keccak) et SHAKE :func:`sha3_224`, :func:"
msgstr"les constructeurs SHA3 (Keccak) et SHAKE :func:`sha3_224`, :func:`sha3_256`, :func:`sha3_384`, :func:`sha3_512`, :func:`shake_128`, :func:`shake_256` ont été ajoutés. :func:`blake2b` and :func:`blake2s` ont été ajoutés."
144
134
145
135
# suit un :
146
136
#:library/hashlib.rst:84
@@ -159,10 +149,8 @@ msgstr ""
159
149
"fonction de compression à sens unique non cryptographique."
160
150
161
151
#:library/hashlib.rst:91
162
-
#,fuzzy
163
152
msgid"Hashlib now uses SHA3 and SHAKE from OpenSSL if it provides it."
164
-
msgstr""
165
-
"*Hashlib* utilise désormais SHA3 et SHAKE d'OpenSSL 1.1.1 et plus récents."
153
+
msgstr"*Hashlib* utilise désormais SHA3 et SHAKE d'OpenSSL s'il les fournit."
0 commit comments