aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/cryptography
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:08 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:08 +0100
commit39f2114f9797eb51994966c6bb8ff1814c9a4da8 (patch)
tree66dbd9c921f56e440f8816ed29ac23682a1ac4ef /files/fr/glossary/cryptography
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.tar.gz
translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.tar.bz2
translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.zip
unslug fr: move
Diffstat (limited to 'files/fr/glossary/cryptography')
-rw-r--r--files/fr/glossary/cryptography/index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/files/fr/glossary/cryptography/index.html b/files/fr/glossary/cryptography/index.html
new file mode 100644
index 0000000000..6b7c78ae56
--- /dev/null
+++ b/files/fr/glossary/cryptography/index.html
@@ -0,0 +1,21 @@
+---
+title: Cryptographie
+slug: Glossaire/Cryptographie
+tags:
+ - Confidentialité
+ - Cryptographie
+ - Glossaire
+ - Sécurité
+translation_of: Glossary/Cryptography
+---
+<p>La <strong>cryptographie</strong>, ou cryptologie, est la science qui étudie comment coder et transmettre des messages de manière sécurisée. La cryptographie conçoit et étudie des algorithmes (utilisés pour coder et décoder des messages dans un environnement non sûr) et leurs applications. En plus de la <strong>confidentialité des données, </strong>la cryptographie s'attaque aussi à l'<strong>identification</strong>, l'<strong>authentification</strong>, la <strong>non-répudiation</strong>, et l'<strong>intégrité des données</strong>. Par conséquent, elle étudie également l'usage des méthodes cryptographiques dans ce contexte, les <strong>cryptosystèmes</strong>.</p>
+
+<h2 id="Pour_approfondir">Pour approfondir</h2>
+
+<h3 id="Culture_générale">Culture générale</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia","Cryptographie")}} sur Wikipédia</li>
+ <li>{{glossary("Cryptanalysis","cryptanalyse")}}</li>
+ <li><a href="https://developer.mozilla.org/fr/Apprendre/Tutoriels/Les_bases_de_la_s%C3%A9curit%C3%A9_informatique">Tutoriel sur la sécurité de l'information</a></li>
+</ul>