Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed powrap
  • Loading branch information
srmorita committed Feb 7, 2023
commit 088bcd2e29927209a75cca285f308e0b7ac027f8
4 changes: 2 additions & 2 deletions library/hashlib.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2023-02-07 10:05-0300\n"
"PO-Revision-Date: 2023-02-07 10:22-0300\n"
"Last-Translator: Francisco Mora <fr.morac@duocuc.cl>\n"
"Language-Team: python-doc-es\n"
"Language: es\n"
Expand Down Expand Up @@ -399,7 +399,7 @@ msgstr ""
"diseñados para el cifrado seguro de contraseña. Algoritmos ingenuos como "
"``sha1(password)`` no son resistentes contra ataques de fuerza bruta. Una "
"buena función hash de contraseña debe ser afinable, lenta e incluir una `sal "
"<https://es.wikipedia.org/wiki/Sal_(criptograf%C3%ADa)>`_."
"<https://en.wikipedia.org/wiki/Salt_%28cryptography%29>`_."

#: ../Doc/library/hashlib.rst:283
msgid ""
Expand Down