Update README.md
This commit is contained in:
parent
54573b1b5b
commit
0a6a13b241
24
README.md
24
README.md
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Implémentation enigma alternative en python
|
Implémentation enigma alternative en python
|
||||||
|
|
||||||
##### 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
|
##### Note: Je ne suis pas expert en cryptographie, ceci n'est qu'une ébauche
|
||||||
|
|
||||||
### Paramètres internes
|
### Paramètres internes
|
||||||
1. Alphabet utilisé
|
1. Alphabet utilisé
|
||||||
|
@ -19,6 +19,26 @@ Implémentation enigma alternative en python
|
||||||
1. Rapide
|
1. Rapide
|
||||||
2. Complexe
|
2. Complexe
|
||||||
3. Modulable
|
3. Modulable
|
||||||
|
4. Appel en shell
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Utilisation
|
||||||
|
|
||||||
|
### Initialiser
|
||||||
|
|
||||||
|
1. Se positionner dans le dossier _enigmail/_.
|
||||||
|
``bash
|
||||||
|
cd enigmail/
|
||||||
|
``
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### A faire
|
### A faire
|
||||||
1. Prise en compte: accents + utf-8 [FAIT]
|
1. Prise en compte: accents + utf-8 [FAIT]
|
||||||
|
@ -26,4 +46,4 @@ Implémentation enigma alternative en python
|
||||||
3. Améliorer le cryptage car pour un même caractère n fois, on obtient un schéma répétitif
|
3. Améliorer le cryptage car pour un même caractère n fois, on obtient un schéma répétitif
|
||||||
4. Gestion de serveur SMTP [FAIT~50]
|
4. Gestion de serveur SMTP [FAIT~50]
|
||||||
5. Fichier de config [FAIT~80]
|
5. Fichier de config [FAIT~80]
|
||||||
6. Appel en shell
|
6. Appel en shell
|
||||||
|
|
Loading…
Reference in New Issue