From cdb4e2f17863038e28ab063415f59cc4d94491d6 Mon Sep 17 00:00:00 2001 From: jerome Date: Tue, 10 Sep 2024 22:21:54 +0200 Subject: crack_hash.py --- cesar.py | 1 - 1 file changed, 1 deletion(-) (limited to 'cesar.py') 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: -- cgit v1.2.3