From 9ee84cc9108ce2b34ae887358bdddbcfc6599446 Mon Sep 17 00:00:00 2001 From: xdrm Date: Fri, 22 May 2015 12:27:59 +0200 Subject: [PATCH] =?UTF-8?q?README=20mis=20=C3=A0=20jour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2689353..7f14e61 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,19 @@ Implémentation enigma alternative en python 1. Alphabet utilisé ### Paramètres externes -1. Nombre de rotors -2. Clé +2. Clé (hex ouint) 3. Message 4. Encodage ou décodage ### Sortie 1. Message encodé ou décodé +2. Temps d'exécution ### Points forts 1. Rapidité -2. ... +2. Complexité +3. Modulable + +### A faire +1. Prise en compte: accents + utf-8 +2. Gestion: fichiers \ No newline at end of file