diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-15 19:39:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 19:39:35 +0100 |
commit | 6f6e297fbfa7867b1f42c4245df20f4282b3b083 (patch) | |
tree | e602e617243ed4427e45c30554939818bfba8d6e /files/fr/glossary/encryption | |
parent | 34d315396ca29d7ef51ecc27eeeeeb275e9b0ba9 (diff) | |
download | translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.tar.gz translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.tar.bz2 translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.zip |
Prepare Glossary section for Markdown conversion (#2971)
* Remove seoSummary and summary classes
* Fix hidden blocks / code samples
* Remove span cruft
* Remove <font> and <style .. font..>
* Remove notranslate
* Remove id other than in headings
* Fix pre blocks and remove style
* Fix other report one offs and remove absolute urls
* Remove external classes
* Fixing images url
Diffstat (limited to 'files/fr/glossary/encryption')
-rw-r--r-- | files/fr/glossary/encryption/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/glossary/encryption/index.html b/files/fr/glossary/encryption/index.html index bd796e9200..59ec4c9f3d 100644 --- a/files/fr/glossary/encryption/index.html +++ b/files/fr/glossary/encryption/index.html @@ -13,12 +13,12 @@ original_slug: Glossaire/Chiffrement <p>Le chiffrement est une primitive cryptographique : il transforme un message de texte brut en un cryptogramme via l'utilisation d'un algorithme cryptographique appelé {{glossary("cipher","cryptosystème")}}. Avec les cryptosystèmes modernes, le chiffrement est effectué par l'utilisation d'un algorithme spécifique et d'un code secret appelé {{glossary("Key","clé")}}. Comme l'algorithme est souvent public, la clé doit rester secrète si le chiffrement reste sécurisé.</p> -<p><img alt="How encryption works." src="https://mdn.mozillademos.org/files/9815/Encryption.png" style="height: 108px; width: 472px;"></p> +<p><img alt="How encryption works." src="encryption.png"></p> <p>Sans connaître le code secret, l'opération inverse, le {{glossary("decryption","déchiffrement")}}, se révèle mathématiquement difficile à réaliser. Le degré de difficulté dépend de la sécurité de l'algorithme cryptographique choisi et évolue au fur et à mesure des progrès de la {{glossary("cryptanalysis","cryptanalyse")}}.</p> <h2 id="Pour_approfondir">Pour approfondir</h2> <ul> - <li>En savoir plus sur les <a href="https://developer.mozilla.org/fr/docs/Archive/Security/Encryption_and_Decryption">Chiffrement et déchiffrement</a></li> + <li>En savoir plus sur les <a href="/fr/docs/Archive/Security/Encryption_and_Decryption">Chiffrement et déchiffrement</a></li> </ul> |