Skip to content

Commit

Permalink
Whoops for #16
Browse files Browse the repository at this point in the history
  • Loading branch information
ElDavoo authored Mar 25, 2022
1 parent 9491cc0 commit 646be26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions decrypt14_15.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 646be26

Please sign in to comment.