summaryrefslogtreecommitdiff
path: root/cesar.py
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2024-09-10 22:21:54 +0200
committerjerome <jerome@xlinfo.fr>2024-09-10 22:21:54 +0200
commitcdb4e2f17863038e28ab063415f59cc4d94491d6 (patch)
tree8ec4d868e54d54b4ec4ddb4e1139dab5fb35f928 /cesar.py
parent3ec99e31c501e8108092b2495191110fb91e7550 (diff)
downloadpython-cdb4e2f17863038e28ab063415f59cc4d94491d6.tar.gz
python-cdb4e2f17863038e28ab063415f59cc4d94491d6.zip
crack_hash.py
Diffstat (limited to 'cesar.py')
-rw-r--r--cesar.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cesar.py b/cesar.py
index 65fef7f..886f48e 100644
--- a/cesar.py
+++ b/cesar.py
@@ -2,7 +2,6 @@
import string
-
def decalage(char, key):
liste = list(string.ascii_lowercase)*2 + list(string.ascii_uppercase)*2
if char not in liste: