summaryrefslogtreecommitdiffstats
path: root/po/es/man3/encrypt.3.po
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
commitfc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch)
treece1e3bce06471410239a6f41282e328770aa404a /po/es/man3/encrypt.3.po
parentInitial commit. (diff)
downloadmanpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz
manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/es/man3/encrypt.3.po')
-rw-r--r--po/es/man3/encrypt.3.po726
1 files changed, 726 insertions, 0 deletions
diff --git a/po/es/man3/encrypt.3.po b/po/es/man3/encrypt.3.po
new file mode 100644
index 00000000..845284ed
--- /dev/null
+++ b/po/es/man3/encrypt.3.po
@@ -0,0 +1,726 @@
+# Spanish translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Miguel Pérez Ibars <mpi79470@alu.um.es>, 2004.
+# Marcos Fouces <marcos@debian.org>, 2023.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 16:55+0100\n"
+"PO-Revision-Date: 2023-02-25 13:42+0100\n"
+"Last-Translator: Marcos Fouces <marcos@debian.org>\n"
+"Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
+"Language: es\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "encrypt"
+msgstr "encrypt"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31 Octubre 2023"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Páginas de manual de Linux 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "NOMBRE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "encrypt, setkey, encrypt_r, setkey_r - encrypt 64-bit messages"
+msgstr "encrypt, setkey, encrypt_r, setkey_r - cifra mensajes de 64 bit"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "BIBLIOTECA"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, fuzzy
+#| msgid "Encryption and decryption library (I<libcrypto>, I<-lcrypto>)"
+msgid "Password hashing library (I<libcrypt>, I<-lcrypt>)"
+msgstr "Biblioteca para cifrado y descifrado (I<libcrypto>, I<-lcrypto>)"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "SINOPSIS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<#define _XOPEN_SOURCE> /* See feature_test_macros(7) */\n"
+"B<#include E<lt>unistd.hE<gt>>\n"
+msgstr ""
+"B<#define _XOPEN_SOURCE> /* Vea feature_test_macros(7) */\n"
+"B<#include E<lt>unistd.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<[[deprecated]] void encrypt(char >I<block>B<[64], int >I<edflag>B<);>\n"
+msgstr "B<[[a extinguir]] void encrypt(char >I<block>B<[64], int >I<edflag>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<#define _XOPEN_SOURCE> /* See feature_test_macros(7) */\n"
+"B<#include E<lt>stdlib.hE<gt>>\n"
+msgstr ""
+"B<#define _XOPEN_SOURCE> /* Véase feature_test_macros(7) */\n"
+"B<#include E<lt>stdlib.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<[[deprecated]] void setkey(const char *>I<key>B<);>\n"
+msgstr "B<[[a extinguir]] void setkey(const char *>I<key>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<#define _GNU_SOURCE> /* See feature_test_macros(7) */\n"
+"B<#include E<lt>crypt.hE<gt>>\n"
+msgstr ""
+"B<#define _GNU_SOURCE> /* Vea feature_test_macros(7) */\n"
+"B<#include E<lt>crypt.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<[[deprecated]] void setkey_r(const char *>I<key>B<, struct crypt_data *>I<data>B<);>\n"
+"B<[[deprecated]] void encrypt_r(char *>I<block>B<, int >I<edflag>B<,>\n"
+"B< struct crypt_data *>I<data>B<);>\n"
+msgstr ""
+"B<[[a extinguir]] void setkey_r(const char *>I<key>B<, struct crypt_data *>I<data>B<);>\n"
+"B<[[a extinguir]] void encrypt_r(char *>I<block>B<, int >I<edflag>B<,>\n"
+"B<\t\t\t\t struct crypt_data *>I<data>B<);>\n"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "DESCRIPCIÓN"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "These functions encrypt and decrypt 64 bit messages. The setkey() "
+#| "function sets the key used by encrypt(). The I<key> parameter used here "
+#| "is an array of bytes, having each byte the numerical value 1 or 0. The "
+#| "key[n] byte, where n=8*q-1, is ignored consisting the key used of 56 bits."
+msgid ""
+"These functions encrypt and decrypt 64-bit messages. The B<setkey>() "
+"function sets the key used by B<encrypt>(). The I<key> argument used here "
+"is an array of 64 bytes, each of which has numerical value 1 or 0. The "
+"bytes key[n] where n=8*i-1 are ignored, so that the effective key length is "
+"56 bits."
+msgstr ""
+"Estas funciones cifran y descifran mensajes de 64 bits. La función setkey() "
+"establece la clave usada por encrypt(). El parámetro I<key> es un array de "
+"bytes, cada uno con un valor de 1 ó 0. El byte key[n], donde n=8*q-1, se "
+"ignora, consistiendo la clave utilizada en 56 bits."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<encrypt>() function modifies the passed buffer, encoding if I<edflag> "
+"is 0, and decoding if 1 is being passed. Like the I<key> argument, also "
+"I<block> is a bit vector representation of the actual value that is "
+"encoded. The result is returned in that same vector."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"These two functions are not reentrant, that is, the key data is kept in "
+"static storage. The functions B<setkey_r>() and B<encrypt_r>() are the "
+"reentrant versions. They use the following structure to hold the key data:"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"struct crypt_data {\n"
+" char keysched[16 * 8];\n"
+" char sb0[32768];\n"
+" char sb1[32768];\n"
+" char sb2[32768];\n"
+" char sb3[32768];\n"
+" char crypt_3_buf[14];\n"
+" char current_salt[2];\n"
+" long current_saltbits;\n"
+" int direction;\n"
+" int initialized;\n"
+"};\n"
+msgstr ""
+"struct crypt_data {\n"
+" char keysched[16 * 8];\n"
+" char sb0[32768];\n"
+" char sb1[32768];\n"
+" char sb2[32768];\n"
+" char sb3[32768];\n"
+" char crypt_3_buf[14];\n"
+" char current_salt[2];\n"
+" long current_saltbits;\n"
+" int direction;\n"
+" int initialized;\n"
+"};\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Before calling B<setkey_r>() set I<data-E<gt>initialized> to zero."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "VALOR DEVUELTO"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "These functions do not return any value."
+msgstr "Estas funciones no devuelven ningún valor."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ERRORS"
+msgstr "ERRORES"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Set I<errno> to zero before calling the above functions. On success, "
+"I<errno> is unchanged."
+msgstr ""
+"Define I<errno> a cero antes de invocar la función anterior. Si no ocurre "
+"ningún error, I<errno> no sufrirá ninguna variación."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOSYS>"
+msgstr "B<ENOSYS>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The function is not provided. (For example because of former USA export "
+"restrictions.)"
+msgstr ""
+"Esta función no está implementado. Por ejemplo, debido a antiguas "
+"restricciones de importaciones en Estados Unidos."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ATTRIBUTES"
+msgstr "ATRIBUTOS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"For an explanation of the terms used in this section, see B<attributes>(7)."
+msgstr ""
+"Para obtener una explicación de los términos usados en esta sección, véase "
+"B<attributes>(7)."
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Interface"
+msgstr "Interfaz"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Attribute"
+msgstr "Atributo"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Value"
+msgstr "Valor"
+
+#. type: tbl table
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid ".na\n"
+msgstr ".na\n"
+
+#. type: tbl table
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid ".nh\n"
+msgstr ".nh\n"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<encrypt>(),\n"
+"B<setkey>()"
+msgstr ""
+"B<encrypt>(),\n"
+"B<setkey>()"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Thread safety"
+msgstr "Seguridad del hilo"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "MT-Unsafe race:crypt"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<encrypt_r>(),\n"
+"B<setkey_r>()"
+msgstr ""
+"B<encrypt_r>(),\n"
+"B<setkey_r>()"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "MT-Safe"
+msgstr "Multi-hilo seguro"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "ESTÁNDARES"
+
+#. type: TP
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<crypt>(3)"
+msgid "B<encrypt>()"
+msgstr "B<crypt>(3)"
+
+#. type: TQ
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<stpcpy>()"
+msgid "B<setkey>()"
+msgstr "B<stpcpy>()"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2008."
+msgstr "POSIX.1-2008."
+
+#. type: TP
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<crypt>(3)"
+msgid "B<encrypt_r>()"
+msgstr "B<crypt>(3)"
+
+#. type: TQ
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<setsid>(2)"
+msgid "B<setkey_r>()"
+msgstr "B<setsid>(2)"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "None."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HISTORY"
+msgstr "HISTORIAL"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "Before glibc 2.20:"
+msgid "Removed in glibc 2.28."
+msgstr "Antes de glibc 2.20:"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Because they employ the DES block cipher, which is no longer considered "
+"secure, these functions were removed from glibc. Applications should switch "
+"to a modern cryptography library, such as B<libgcrypt>."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "POSIX.1-2001, POSIX.1-2008, SVr4."
+msgid "POSIX.1-2001, SUS, SVr4."
+msgstr "POSIX.1-2001, POSIX.1-2008, SVr4."
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Availability in glibc"
+msgstr "Disponibilidad en glibc"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "See B<crypt>(3)."
+msgstr "Vea B<crypt>(3)."
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Features in glibc"
+msgstr "Características en glibc"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "In glibc 2.2, these functions use the DES algorithm."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "EXAMPLES"
+msgstr "EJEMPLOS"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"#define _XOPEN_SOURCE\n"
+"#include E<lt>crypt.hE<gt>\n"
+"#include E<lt>stdio.hE<gt>\n"
+"#include E<lt>stdlib.hE<gt>\n"
+"#include E<lt>unistd.hE<gt>\n"
+"\\&\n"
+"int\n"
+"main(void)\n"
+"{\n"
+" char key[64];\n"
+" char orig[9] = \"eggplant\";\n"
+" char buf[64];\n"
+" char txt[9];\n"
+"\\&\n"
+" for (size_t i = 0; i E<lt> 64; i++) {\n"
+" key[i] = rand() & 1;\n"
+" }\n"
+"\\&\n"
+" for (size_t i = 0; i E<lt> 8; i++) {\n"
+" for (size_t j = 0; j E<lt> 8; j++) {\n"
+" buf[i * 8 + j] = orig[i] E<gt>E<gt> j & 1;\n"
+" }\n"
+" setkey(key);\n"
+" }\n"
+" printf(\"Before encrypting: %s\\en\", orig);\n"
+"\\&\n"
+" encrypt(buf, 0);\n"
+" for (size_t i = 0; i E<lt> 8; i++) {\n"
+" for (size_t j = 0, txt[i] = \\[aq]\\e0\\[aq]; j E<lt> 8; j++) {\n"
+" txt[i] |= buf[i * 8 + j] E<lt>E<lt> j;\n"
+" }\n"
+" txt[8] = \\[aq]\\e0\\[aq];\n"
+" }\n"
+" printf(\"After encrypting: %s\\en\", txt);\n"
+"\\&\n"
+" encrypt(buf, 1);\n"
+" for (size_t i = 0; i E<lt> 8; i++) {\n"
+" for (size_t j = 0, txt[i] = \\[aq]\\e0\\[aq]; j E<lt> 8; j++) {\n"
+" txt[i] |= buf[i * 8 + j] E<lt>E<lt> j;\n"
+" }\n"
+" txt[8] = \\[aq]\\e0\\[aq];\n"
+" }\n"
+" printf(\"After decrypting: %s\\en\", txt);\n"
+" exit(EXIT_SUCCESS);\n"
+"}\n"
+msgstr ""
+
+#. SRC END
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "VÉASE TAMBIÉN"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<cbc_crypt>(3), B<crypt>(3), B<ecb_crypt>(3)"
+msgstr "B<cbc_crypt>(3), B<crypt>(3), B<ecb_crypt>(3)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2023-02-05"
+msgstr "5 Febrero 2023"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Páginas de manual de Linux 6.03"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "Encryption and decryption library (I<libcrypto>, I<-lcrypto>)"
+msgstr "Biblioteca para cifrado y descifrado (I<libcrypto>, I<-lcrypto>)"
+
+#. type: SH
+#: debian-bookworm
+#, no-wrap
+msgid "VERSIONS"
+msgstr "VERSIONES"
+
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"Because they employ the DES block cipher, which is no longer considered "
+"secure, B<encrypt>(), B<encrypt_r>(), B<setkey>(), and B<setkey_r>() were "
+"removed in glibc 2.28. Applications should switch to a modern cryptography "
+"library, such as B<libgcrypt>."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm
+msgid "B<encrypt>(), B<setkey>(): POSIX.1-2001, POSIX.1-2008, SUS, SVr4."
+msgstr "B<encrypt>(), B<setkey>(): POSIX.1-2001, POSIX.1-2008, SUS, SVr4."
+
+#. type: Plain text
+#: debian-bookworm
+msgid "The functions B<encrypt_r>() and B<setkey_r>() are GNU extensions."
+msgstr "Las funciones B<encrypt_r>() y B<setkey_r>() son extensiones de GNU."
+
+#. type: SH
+#: debian-bookworm
+#, no-wrap
+msgid "NOTES"
+msgstr "NOTAS"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+"#define _XOPEN_SOURCE\n"
+"#include E<lt>crypt.hE<gt>\n"
+"#include E<lt>stdio.hE<gt>\n"
+"#include E<lt>stdlib.hE<gt>\n"
+"#include E<lt>unistd.hE<gt>\n"
+msgstr ""
+"#define _XOPEN_SOURCE\n"
+"#include E<lt>crypt.hE<gt>\n"
+"#include E<lt>stdio.hE<gt>\n"
+"#include E<lt>stdlib.hE<gt>\n"
+"#include E<lt>unistd.hE<gt>\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+"int\n"
+"main(void)\n"
+"{\n"
+" char key[64];\n"
+" char orig[9] = \"eggplant\";\n"
+" char buf[64];\n"
+" char txt[9];\n"
+msgstr ""
+"int\n"
+"main(void)\n"
+"{\n"
+" char key[64];\n"
+" char orig[9] = \"eggplant\";\n"
+" char buf[64];\n"
+" char txt[9];\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+" for (size_t i = 0; i E<lt> 64; i++) {\n"
+" key[i] = rand() & 1;\n"
+" }\n"
+msgstr ""
+" for (size_t i = 0; i E<lt> 64; i++) {\n"
+" key[i] = rand() & 1;\n"
+" }\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+" for (size_t i = 0; i E<lt> 8; i++) {\n"
+" for (size_t j = 0; j E<lt> 8; j++) {\n"
+" buf[i * 8 + j] = orig[i] E<gt>E<gt> j & 1;\n"
+" }\n"
+" setkey(key);\n"
+" }\n"
+" printf(\"Before encrypting: %s\\en\", orig);\n"
+msgstr ""
+" for (size_t i = 0; i E<lt> 8; i++) {\n"
+" for (size_t j = 0; j E<lt> 8; j++) {\n"
+" buf[i * 8 + j] = orig[i] E<gt>E<gt> j & 1;\n"
+" }\n"
+" setkey(key);\n"
+" }\n"
+" printf(\"Before encrypting: %s\\en\", orig);\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+" encrypt(buf, 0);\n"
+" for (size_t i = 0; i E<lt> 8; i++) {\n"
+" for (size_t j = 0, txt[i] = \\[aq]\\e0\\[aq]; j E<lt> 8; j++) {\n"
+" txt[i] |= buf[i * 8 + j] E<lt>E<lt> j;\n"
+" }\n"
+" txt[8] = \\[aq]\\e0\\[aq];\n"
+" }\n"
+" printf(\"After encrypting: %s\\en\", txt);\n"
+msgstr ""
+" encrypt(buf, 0);\n"
+" for (size_t i = 0; i E<lt> 8; i++) {\n"
+" for (size_t j = 0, txt[i] = \\[aq]\\e0\\[aq]; j E<lt> 8; j++) {\n"
+" txt[i] |= buf[i * 8 + j] E<lt>E<lt> j;\n"
+" }\n"
+" txt[8] = \\[aq]\\e0\\[aq];\n"
+" }\n"
+" printf(\"After encrypting: %s\\en\", txt);\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+" encrypt(buf, 1);\n"
+" for (size_t i = 0; i E<lt> 8; i++) {\n"
+" for (size_t j = 0, txt[i] = \\[aq]\\e0\\[aq]; j E<lt> 8; j++) {\n"
+" txt[i] |= buf[i * 8 + j] E<lt>E<lt> j;\n"
+" }\n"
+" txt[8] = \\[aq]\\e0\\[aq];\n"
+" }\n"
+" printf(\"After decrypting: %s\\en\", txt);\n"
+" exit(EXIT_SUCCESS);\n"
+"}\n"
+msgstr ""
+" encrypt(buf, 1);\n"
+" for (size_t i = 0; i E<lt> 8; i++) {\n"
+" for (size_t j = 0, txt[i] = \\[aq]\\e0\\[aq]; j E<lt> 8; j++) {\n"
+" txt[i] |= buf[i * 8 + j] E<lt>E<lt> j;\n"
+" }\n"
+" txt[8] = \\[aq]\\e0\\[aq];\n"
+" }\n"
+" printf(\"After decrypting: %s\\en\", txt);\n"
+" exit(EXIT_SUCCESS);\n"
+"}\n"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "2023-07-20"
+msgstr "20 ​​Julio 2023"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Páginas de manual de Linux 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30 Marzo 2023"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"