Skip to content

Commit 79f3ce1

Browse files
vvenancederonnax
authored andcommitted
Add author
1 parent 1d8774b commit 79f3ce1

1 file changed

Lines changed: 17 additions & 8 deletions

File tree

library/hmac.po

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2019-11-15 18:54+0100\n"
9-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8+
"POT-Creation-Date: 2018-06-28 15:29+0200\n"
9+
"PO-Revision-Date: 2019-06-15 15:58+0200\n"
1110
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1211
"Language: fr\n"
1312
"MIME-Version: 1.0\n"
1413
"Content-Type: text/plain; charset=UTF-8\n"
1514
"Content-Transfer-Encoding: 8bit\n"
16-
"Last-Translator: \n"
15+
"Last-Translator: Valériane Venance <venance.valeriane@gmail.com>\n"
1716
"X-Generator: Poedit 2.2.3\n"
1817

1918
#: ../Doc/library/hmac.rst:2
@@ -52,7 +51,7 @@ msgstr ""
5251
"Le paramètre *key* peut être un **byte** ou un objet **bytearray**. Le "
5352
"paramètre **msg** peut être de n'importe quel type pris en charge par :mod:"
5453
"`hashlib`. Le paramètre *digestmod* peut être le nom d'un algorithme de "
55-
"hachage. "
54+
"hachage."
5655

5756
#: ../Doc/library/hmac.rst:33
5857
msgid ""
@@ -185,7 +184,7 @@ msgstr ""
185184

186185
#: ../Doc/library/hmac.rst:117
187186
msgid "This module also provides the following helper function:"
188-
msgstr "Ce module fournit également la fonction utilitaire suivante: "
187+
msgstr "Ce module fournit également la fonction utilitaire suivante:"
189188

190189
#: ../Doc/library/hmac.rst:121
191190
msgid ""
@@ -195,18 +194,28 @@ msgid ""
195194
"either :class:`str` (ASCII only, as e.g. returned by :meth:`HMAC."
196195
"hexdigest`), or a :term:`bytes-like object`."
197196
msgstr ""
197+
"Retourne ``a == b``. Cette fonction utilisée une approche destinée à "
198+
"prévenir l'analyse des temps de réponse en évitant les comportements de "
199+
"court circuit basés sur le contenu, ce qui la rend appropriée pour de la "
200+
"cryptographie. *a* et *b* doivent être du même type: soit :class:`str` "
201+
"(caractères ASCII seulement, comme retourné par :meth:`HMAC.hexdigest` par "
202+
"exemple), ou :term:`bytes-like object`."
198203

199204
#: ../Doc/library/hmac.rst:129
200205
msgid ""
201206
"If *a* and *b* are of different lengths, or if an error occurs, a timing "
202207
"attack could theoretically reveal information about the types and lengths of "
203208
"*a* and *b*—but not their values."
204209
msgstr ""
210+
"Si *a* et *b* sont de longueurs différentes ou si une erreur se produit, une "
211+
"attaque basée sur les temps de réponse pourrait en théorie révéler des "
212+
"informations sur les types et longueurs de *a* et de *b*—mais pas sur leurs "
213+
"valeurs."
205214

206215
#: ../Doc/library/hmac.rst:138
207216
msgid "Module :mod:`hashlib`"
208-
msgstr ""
217+
msgstr "Module :mod:`hashlib`"
209218

210219
#: ../Doc/library/hmac.rst:139
211220
msgid "The Python module providing secure hash functions."
212-
msgstr ""
221+
msgstr "Le module Python fournissant des fonctions de hachage sécurisé."

0 commit comments

Comments
 (0)