diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:51 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:51 +0100 |
commit | 8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (patch) | |
tree | 616af8137d0e678ad2f9d515b7b68dc1b9738fca /files/es/glossary/ciphertext/index.html | |
parent | a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (diff) | |
download | translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.gz translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.bz2 translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.zip |
unslug es: modify
Diffstat (limited to 'files/es/glossary/ciphertext/index.html')
-rw-r--r-- | files/es/glossary/ciphertext/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/glossary/ciphertext/index.html b/files/es/glossary/ciphertext/index.html index 65315ab297..734da35770 100644 --- a/files/es/glossary/ciphertext/index.html +++ b/files/es/glossary/ciphertext/index.html @@ -1,12 +1,13 @@ --- title: Texto Cifrado -slug: Glossary/TextoCifrado +slug: Glossary/Ciphertext tags: - Cryptography - Glossary - Privacy - Security translation_of: Glossary/Ciphertext +original_slug: Glossary/TextoCifrado --- <p>En {{glossary("Cryptography", "Criptografía")}}, un texto cifrado es un mensaje codificado que transmite información pero no es legible a menos que se {{glossary("decryption","descifre")}} con el {{glossary("cipher", "algoritmo criptográfico")}} correcto y el secreto correcto (generalmente una {{glossary("key","clave")}}), reproduciendo el {{glossary("cleartext", "texto simple")}} original. La seguridad de un texto cifrado, y por lo tanto el secreto de la información contenida, depende de usar un cifrado seguro y mantener la clave en secreto.</p> |