@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14
- "PO-Revision-Date : 2023-02-02 15:18 -0300\n "
14
+ "PO-Revision-Date : 2023-02-06 10:40 -0300\n "
15
15
"Last-Translator : Francisco Mora <fr.morac@duocuc.cl>\n "
16
16
"Language-Team : python-doc-es\n "
17
17
"Language : es\n "
@@ -155,7 +155,6 @@ msgid "Hashlib now uses SHA3 and SHAKE from OpenSSL 1.1.1 and newer."
155
155
msgstr "Hashlib ahora usa SHA3 y SHAKE de OpenSSL 1.1.1 y posteriores."
156
156
157
157
#: ../Doc/library/hashlib.rst:94
158
- #, fuzzy
159
158
msgid ""
160
159
"For example, to obtain the digest of the byte string ``b\" Nobody inspects "
161
160
"the spammish repetition\" ``::"
@@ -335,15 +334,16 @@ msgstr ""
335
334
"contener bytes en el rango completo desde 0 a 255."
336
335
337
336
#: ../Doc/library/hashlib.rst:230
338
- #, fuzzy
339
337
msgid "File hashing"
340
- msgstr "Cifrado simple "
338
+ msgstr "Cifrado de archivos "
341
339
342
340
#: ../Doc/library/hashlib.rst:232
343
341
msgid ""
344
342
"The hashlib module provides a helper function for efficient hashing of a "
345
343
"file or file-like object."
346
344
msgstr ""
345
+ "El módulo hashlib proporciona una función de ayuda para el cifrado eficiente "
346
+ "de un archivo o un objeto similar a un archivo."
347
347
348
348
#: ../Doc/library/hashlib.rst:237
349
349
msgid ""
@@ -362,17 +362,25 @@ msgid ""
362
362
"an unknown state after this function returns or raises. It is up to the "
363
363
"caller to close *fileobj*."
364
364
msgstr ""
365
+ "*fileobj* debe ser un objeto tipo fichero abierto para lectura en modo "
366
+ "binario. Acepta objetos fichero de instancias :func:`open`, :class:`~io."
367
+ "BytesIO`, objetos SocketIO de :meth:`socket.socket.makefile`, y similares. "
368
+ "La función puede saltarse la E/S de Python y usar directamente el descriptor "
369
+ "de fichero de :meth:`~io.IOBase.fileno`. *debe asumirse que fileobj* está en "
370
+ "un estado desconocido después de que esta función devuelva o lance. Es "
371
+ "responsabilidad del que llama cerrar *fileobj*."
365
372
366
373
#: ../Doc/library/hashlib.rst:247
367
374
msgid ""
368
375
"*digest* must either be a hash algorithm name as a *str*, a hash "
369
376
"constructor, or a callable that returns a hash object."
370
377
msgstr ""
378
+ "*digest* debe ser un nombre de algoritmo de cifrado como *str*, un "
379
+ "constructor de cifrado o un callable que devuelva un objeto cifrado."
371
380
372
381
#: ../Doc/library/hashlib.rst:250
373
- #, fuzzy
374
382
msgid "Example:"
375
- msgstr "Ejemplos "
383
+ msgstr "Ejemplo: "
376
384
377
385
#: ../Doc/library/hashlib.rst:273
378
386
msgid "Key derivation"
@@ -423,6 +431,11 @@ msgid ""
423
431
"your application, read *Appendix A.2.2* of NIST-SP-800-132_. The answers on "
424
432
"the `stackexchange pbkdf2 iterations question`_ explain in detail."
425
433
msgstr ""
434
+ "El número de *iteraciones* debe elegirse en función del algoritmo de cifrado "
435
+ "y la potencia de cálculo. A partir de 2022, se sugieren cientos de miles de "
436
+ "iteraciones de SHA-256. Para saber por qué y cómo elegir lo mejor para su "
437
+ "aplicación, lea el *Apéndice A.2.2* de NIST-SP-800-132_. Las respuestas a la "
438
+ "pregunta `stackexchange pbkdf2 iterations question`_ lo explican en detalle."
426
439
427
440
#: ../Doc/library/hashlib.rst:298
428
441
msgid ""
@@ -704,7 +717,6 @@ msgstr ""
704
717
"BLAKE2s, 0 en modo secuencial)."
705
718
706
719
#: ../Doc/library/hashlib.rst:434
707
- #, fuzzy
708
720
msgid ""
709
721
"*last_node*: boolean indicating whether the processed node is the last one "
710
722
"(``False`` for sequential mode)."
@@ -713,7 +725,7 @@ msgstr ""
713
725
"para modo secuencial)."
714
726
715
727
msgid "Explanation of tree mode parameters."
716
- msgstr ""
728
+ msgstr "Explicación de los parámetros del modo árbol. "
717
729
718
730
#: ../Doc/library/hashlib.rst:440
719
731
msgid ""
@@ -968,13 +980,12 @@ msgstr ""
968
980
"resumidamente detiene este tipo de ataque."
969
981
970
982
#: ../Doc/library/hashlib.rst:670
971
- #, fuzzy
972
983
msgid ""
973
984
"(`The Skein Hash Function Family <https://www.schneier.com/wp-content/"
974
985
"uploads/2016/02/skein.pdf>`_, p. 21)"
975
986
msgstr ""
976
- "(`The Skein Hash Function Family <http ://www.skein-hash.info/sites/default /"
977
- "files/skein1.3 .pdf>`_, p. 21)"
987
+ "(`The Skein Hash Function Family <https ://www.schneier.com/wp-content /"
988
+ "uploads/2016/02/skein .pdf>`_, p. 21)"
978
989
979
990
#: ../Doc/library/hashlib.rst:674
980
991
msgid "BLAKE2 can be personalized by passing bytes to the *person* argument::"
@@ -1152,10 +1163,11 @@ msgstr "PKCS #5: Password-Based Cryptography Specification Version 2.1"
1152
1163
msgid ""
1153
1164
"https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf"
1154
1165
msgstr ""
1166
+ "https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf"
1155
1167
1156
1168
#: ../Doc/library/hashlib.rst:804
1157
1169
msgid "NIST Recommendation for Password-Based Key Derivation."
1158
- msgstr ""
1170
+ msgstr "NIST Recomendación para la derivación de claves basadas en contraseña. "
1159
1171
1160
1172
#~ msgid ""
1161
1173
#~ "The number of *ite
37AB
rations* should be chosen based on the hash algorithm "
0 commit comments