Enigma principle implementation in python with mail support (aborted)
Go to file
xdrm-brackets 751a2b7355 shell ok + liens absolus ok [stable~85] 2015-05-23 22:21:42 +02:00
enigmail shell ok + liens absolus ok [stable~85] 2015-05-23 22:21:42 +02:00
.config shell ok + liens absolus ok [stable~85] 2015-05-23 22:21:42 +02:00
LICENSE Initial commit 2015-05-21 12:05:17 +02:00
README.md Structure revue && +Appel shell && [stable~60] 2015-05-23 18:15:00 +02:00

README.md

Enigmail.py

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

Paramètres internes

  1. Alphabet utilisé

Paramètres externes

  1. Clé (hex ou int)
  2. Fichier d'entrée
  3. Encodage+mail OU encodage OU décodage

Sortie

  1. Message encodé ou décodé dans le fichier de sortie OU mail

Points forts

  1. Rapide
  2. Complexe
  3. Modulable

A faire

  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
  4. Gestion de serveur SMTP [FAIT~50]
  5. Fichier de config [FAIT~80]
  6. Appel en shell