From 24a27423d0d230ce33813341eac040de64ebcbe4 Mon Sep 17 00:00:00 2001 From: xdrm Date: Fri, 22 May 2015 14:37:28 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e483c92..a3a2aec 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# enigma.py +# Enigmail.py Implémentation enigma alternative en python From 0ebe21258a79d293bc5454cfb5557f9f7ad4a0d0 Mon Sep 17 00:00:00 2001 From: xdrm Date: Fri, 22 May 2015 14:45:32 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a3a2aec..5eb22c6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Implémentation enigma alternative en python +##### Note + ### Paramètres internes 1. Alphabet utilisé From 588b54c5b0e7fff0bd0f227129b966091fffca07 Mon Sep 17 00:00:00 2001 From: xdrm Date: Fri, 22 May 2015 14:46:51 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5eb22c6..42e36da 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Implémentation enigma alternative en python -##### Note +##### Note: Je ne suis pas expert en cryptographie et ne connait donc pas exactement si c'est facilement crackable et comment y remédier, ceci n'est qu'une ébauche ### Paramètres internes 1. Alphabet utilisé From d28a85150fc2a3f8fbde39eee465217424666da6 Mon Sep 17 00:00:00 2001 From: xdrm Date: Fri, 22 May 2015 14:53:43 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 42e36da..9aaa742 100644 --- a/README.md +++ b/README.md @@ -9,18 +9,20 @@ Implémentation enigma alternative en python ### Paramètres externes 2. Clé (hex ou int) -3. Message -4. Encodage ou décodage +3. Fichier d'entrée +4. Fichier de sortie +5. Encodage ou décodage ### Sortie -1. Message encodé ou décodé +1. Message encodé ou décodé dans le fichier de sortie 2. Temps d'exécution ### Points forts -1. Rapidité -2. Complexité +1. Rapide +2. Complexe 3. Modulable ### A faire -1. Prise en compte: accents + utf-8 -2. Gestion: fichiers +1. Prise en compte: accents + utf-8 [FAIT] +2. Gestion: fichiers [FAIT] +3. Améliorer le cryptage car pour un même caractère n fois, on obtient un schéma répétitif