diff --git a/decrypt14_15.py b/decrypt14_15.py index 58c8595..a4c7335 100644 --- a/decrypt14_15.py +++ b/decrypt14_15.py @@ -624,8 +624,6 @@ def main(): log.f("Invalid buffer size") # Get the decryption key from the key file or the hex encoded string. key = Key(args.keyfile) - print(key) - exit() cipher = None # Now we have to get the IV and to guess where the data starts. # We have two approaches to do so.