Added Lineares Schieberegister

- no comments
This commit is contained in:
David Huh
2021-10-18 14:57:22 +02:00
parent 07f44b6798
commit 46634275e4
3 changed files with 50 additions and 2 deletions
-2
View File
@@ -38,8 +38,6 @@ def shift_text(cleartext: str, incrementation: int):
return shifted_text
def brute_force_example(cleartext: str = 'Bitcoin', incrementation: int = 7):
"""
This is an example of how to bruteforce an encrypted text. (Encrypted with Letter-Shifting)