Outils logiciels pour les cours Paris II

Cours

Stages/ Thèses/ Séminaires

Laboratoire

edit SideBar

Pratique De La Sécurité Et Gestion De Projet

Main.PratiqueDeLaSécuritéEtGestionDeProjet History

Hide minor edits - Show changes to markup

April 13, 2014, at 09:48 PM by 82.229.146.181 -
Changed line 1 from:
  • Exemple 1
to:
  • Exemple 1 (PmWiki)
July 05, 2012, at 10:43 AM by 82.242.232.162 -
Changed lines 1-11 from:

(:title Pratique de la sécurité :)

  1. Accès restreint à un serveur Apache: la fonction .htaccess.
  2. La cryptographie à l'aide du système PGP
  3. Le protocole S/MIME de signature. Configuration de Netscape et Explorer.
  4. Le protocole SSL : la gestion des certificats SSL. L'exemple d'OpenSSL
  5. Gestion de projets des étudiants: Serveur sécurisé par .htaccess et par scripts PHP.
  6. Gestion de projets : UML, Merise,...

Articles de base : An overview of cryptography, Gary Kessler (www.garykessler.net) et les présentations sur www.webtorials.com, en particulier Network Security Overview.

CDs de documentation : Certplus (PKI et cryptographie), Checkpoint (VPNs), Baltimore (PKI's)

to:
   ##  If you want uploads enabled on your system, set $EnableUpload=1.

   ##  You'll also need to set a default upload password, or else set

   ##  passwords on individual groups and pages.  For more information

   ##  see PmWiki.UploadsAdmin.
$EnableUpload=1;
  $UploadExts['bib'] = 'text/plain';

  $UploadExts['tex'] = 'text/plain';

   $UploadMaxSize = 2000000;

   $DefaultPasswords['upload'] = array('$1$JejPJwXQ$VcQABAPZ2eq7ER2ar3bJL.',crypt('toto'));

  /* include_once("../scripts/authuser.php");*/
June 08, 2009, at 07:26 PM by 83.199.92.98 -
Added lines 1-11:

(:title Pratique de la sécurité :)

  1. Accès restreint à un serveur Apache: la fonction .htaccess.
  2. La cryptographie à l'aide du système PGP
  3. Le protocole S/MIME de signature. Configuration de Netscape et Explorer.
  4. Le protocole SSL : la gestion des certificats SSL. L'exemple d'OpenSSL
  5. Gestion de projets des étudiants: Serveur sécurisé par .htaccess et par scripts PHP.
  6. Gestion de projets : UML, Merise,...

Articles de base : An overview of cryptography, Gary Kessler (www.garykessler.net) et les présentations sur www.webtorials.com, en particulier Network Security Overview.

CDs de documentation : Certplus (PKI et cryptographie), Checkpoint (VPNs), Baltimore (PKI's)

UP2