diff --git a/communication/client.py b/communication/client.py index d1e1af6eaa5e6e6770e161459e6e62a1167e5262..57366040b21922e139381d6b57d695c0767bbcb9 100644 --- a/communication/client.py +++ b/communication/client.py @@ -86,11 +86,10 @@ def main(): elif encryption_choice == 2: algorithm = 'Blowfish' print("Choose key length:") - print("1. 32-bit") - print("2. 40-bit") - print("3. 64-bit") - print("4. 128-bit") - print("5. 448-bit (maximum)") + print("1. 40-bit") + print("2. 64-bit") + print("3. 128-bit") + print("4. 448-bit (maximum)") key_length_choice = int(input("Select: ")) if key_length_choice == 1: