-
Notifications
You must be signed in to change notification settings - Fork 266
reprise de la PR de traduction de HMAC de Vvenance #1145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-Authored-By: Julien Palard <[email protected]>
b6f7ab4
to
090a499
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah oui pas simple.
Certaines de mes propositions prennent de la liberté (de l'avance peut être, si on pousse ça upstream), mais ça ne me gêne pas d'appliquer dans la traduction une amélioration qui n'est pas encore appliquée upstream.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merci pour cette contribution.
Juste quelques reformulations.
library/hmac.po
Outdated
@@ -146,18 +197,28 @@ msgid "" | |||
"either :class:`str` (ASCII only, as e.g. returned by :meth:`HMAC." | |||
"hexdigest`), or a :term:`bytes-like object`." | |||
msgstr "" | |||
"Retourne ``a == b``. Cette fonction utilise une approche destinée à prévenir " | |||
"l'analyse des temps de réponse en évitant les comportements de court circuit " | |||
"basés sur le contenu, ce qui la rend appropriée pour de la cryptographie. " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"basés sur le contenu, ce qui la rend appropriée pour de la cryptographie. " | |
"quel que soit le contenu, ce qui rend son utilisation appropriée en cryptographie. " |
Co-Authored-By: Christophe Nanteuil <[email protected]> Co-Authored-By: Julien Palard <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Précisions sur la différence en HMAC et hachage simple.
library/hmac.po
Outdated
"donnant la clé secrète. Si *msg* est présent, un appel à ``update(msg)`` est " | ||
"effectué. *digestmod* permet de choisir l’algorithme à utiliser par l’objet " | ||
"HMAC, il accepte un nom de fonction de hachage (peut être tout ce qui " | ||
"convient :func:`hashlib.new`), un constructeur de fonction de hachage ou un " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"convient :func:`hashlib.new`), un constructeur de fonction de hachage ou un " | |
"convient à :func:`hashlib.new`), un constructeur de fonction de hachage ou un " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Toujours d'actualité.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
arf pardon. Maintenant c'est bon
Co-Authored-By: Christophe Nanteuil <[email protected]>
Co-Authored-By: Christophe Nanteuil <[email protected]>
Hop, c'est bon. @JulienPalard @christopheNan un dernier p'tit coup de review et on merge, qu'on en finisse ? |
@JulienPalard je peux pas fusionner tant qu'il n'y a pas ton approbation :'(. |
@christopheNan tu peux me mettre un approval, voir si ça passe ? |
Relais passé à christopheNan
Mon dieu, enfin. |
Reprise de la PR #823. Le texte d'origine en anglais est assez aride et mériterait lui-même une correction.
closes #821