<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <title>Je n'ai rien à cacher</title> <link rel="stylesheet" href="../../node_modules/reveal.js/css/reveal.css"> <link rel="stylesheet" href="../../node_modules/reveal.js/css/theme/black.css"> <!-- Theme used for syntax highlighting of code --> <link rel="stylesheet" href="../../node_modules/reveal.js/lib/css/zenburn.css"> <link rel="stylesheet" href="../../node_modules/font-awesome/css/font-awesome.min.css"> <!--link rel="stylesheet" href="../main.css"--> <style> .trsp { background-color: rgba(0, 0, 0, 0.5); } </style> <!-- Printing and PDF exports --> <script> var link = document.createElement( 'link' ); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = window.location.search.match( /print-pdf/gi ) ? '../../node_modules/reveal.js/css/print/pdf.css' : '../../node_modules/reveal.js/css/print/paper.css'; document.getElementsByTagName( 'head' )[0].appendChild( link ); </script> </head> <body> <div class="reveal"> <div class="slides"> <section data-background-image="https://upload.wikimedia.org/wikipedia/commons/9/9f/Cliche_Hacker_and_Binary_Code_%2826614834084%29.jpg"> <h1 class="trsp" style="margin-top: 30%">Comment surfez couvert?</h1> </section> <section data-background-image="images/jnarac/history/n00b.jpg"> <h2 class="trsp">Alors qu'on ne comprend rien à l'informatique ...</h2> </section> <section data-background-image="https://upload.wikimedia.org/wikipedia/commons/b/bb/Minitel_Ellenik%C3%AA.jpg"> <h1 class="trsp">Ne surfez pas!!</h1> </section> <section data-background-image="https://upload.wikimedia.org/wikipedia/commons/5/57/Apple_II_IMG_4218-black.jpg"> <h2 class="trsp">70's</h2> </section> <section data-background-image="images/jnarac/history/chiffrement.png" data-background-size="70%"> <h2>chiffrement (symétrique)</h2> </section> <section data-background-image="images/crypto/scytale.png" data-background-size="50%"> <h2>Vieux comme le monde</h2> </section> <section> <h2>Chiffrez tous vos périphériques amovibles</h2> <h3>disquette = lecteur zip = clé USB = carte SD = disque dur portable</h3> </section> <section data-background-image="images/jnarac/history/dd.jpg"> <h2 class="trsp">80's</h2> </section> <section data-background-image="https://doc.m4z3.me/_/bpu/images/pourquoi_chiffrer/dock_usb.jpg"> <h2 class="trsp">sécurité</h2> </section> <section> <h2>Chiffrez votre système entier</h2> <h3>répertoire temporaire, dossier d'enregistrement etc ...</h3> </section> <section data-background-image="https://upload.wikimedia.org/wikipedia/commons/e/e4/Lenovo_G500s_laptop-2905.jpg"> <h2 class="trsp">90's</h2> </section> <section> <h2>Chiffrez ABSOLUMENT tous vos systèmes mobiles</h2> <h3>pc portables, smartphone, objets connectés etc ...</h3> </section> <section data-background-image="http://2.bp.blogspot.com/-6jOm6WKb1Hg/T8g_3_SSFhI/AAAAAAAAACQ/FGVT3R9IFKw/s1600/global-traffic-map-large.png"> <h2 class="trsp">00's</h2> </section> <section data-background-image="http://2.bp.blogspot.com/-6jOm6WKb1Hg/T8g_3_SSFhI/AAAAAAAAACQ/FGVT3R9IFKw/s1600/global-traffic-map-large.png"> <ul> <li> Comment savoir avec qui je communique? <ul> <li>le bon contact </li> <li>le bon site web</li> </ul> </li> <li> Comment communiquer de manière sécurisé? <ul> On peut écouter les tuyaux </ul> </li> <li>Mon OS est connecté: que dit il sur moi?</li> </ul> </section> <section data-background-image="images/jnarac/history/chiffrement-asymétrique.png" data-background-size="70%"> <h2>chiffrement (asymétrique)</h2> </section> <section> <h2>Chiffrez vos communications</h2> <h3>mail, sms, naviation</h3> </section> <section data-background-image="https://media.giphy.com/media/l4q8cJzGdR9J8w3hS/giphy.gif"> <div class="trsp"> <h1>Merci</h1> <h2>Questions?</h2> </div> </section> </div> </div> <script src="../../node_modules/reveal.js/lib/js/head.min.js"></script> <script src="../../node_modules/reveal.js/js/reveal.js"></script> <script> // More info about config & dependencies: // - https://github.com/hakimel/reveal.js#configuration // - https://github.com/hakimel/reveal.js#dependencies Reveal.initialize({ controls: true, progress: true, history: true, center: false, dependencies: [ { src: '../../node_modules/reveal.js/plugin/markdown/marked.js' }, { src: '../../node_modules/reveal.js/plugin/markdown/markdown.js' }, { src: '../../node_modules/reveal.js/plugin/notes/notes.js', async: true }, { src: '../../node_modules/reveal.js/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } } ] }); </script> </body> </html>