✨ Added Lineares Schieberegister
- no comments
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user