Update README.md
This commit is contained in:
parent
588b54c5b0
commit
d28a85150f
16
README.md
16
README.md
|
@ -9,18 +9,20 @@ Implémentation enigma alternative en python
|
||||||
|
|
||||||
### Paramètres externes
|
### Paramètres externes
|
||||||
2. Clé (hex ou int)
|
2. Clé (hex ou int)
|
||||||
3. Message
|
3. Fichier d'entrée
|
||||||
4. Encodage ou décodage
|
4. Fichier de sortie
|
||||||
|
5. Encodage ou décodage
|
||||||
|
|
||||||
### Sortie
|
### Sortie
|
||||||
1. Message encodé ou décodé
|
1. Message encodé ou décodé dans le fichier de sortie
|
||||||
2. Temps d'exécution
|
2. Temps d'exécution
|
||||||
|
|
||||||
### Points forts
|
### Points forts
|
||||||
1. Rapidité
|
1. Rapide
|
||||||
2. Complexité
|
2. Complexe
|
||||||
3. Modulable
|
3. Modulable
|
||||||
|
|
||||||
### A faire
|
### A faire
|
||||||
1. Prise en compte: accents + utf-8
|
1. Prise en compte: accents + utf-8 [FAIT]
|
||||||
2. Gestion: fichiers
|
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
|
||||||
|
|
Loading…
Reference in New Issue