Skip to content

Commit

Permalink
Update client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Minecraft-vIIr authored Dec 13, 2024
1 parent ed0d316 commit bd0230c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
vaild_targets = {}
await_confirm = []

key = b"fe333581d9f246ee" # get_random_bytes(16)
key = b"0000000000000000" # get_random_bytes(16)
cipher = AES.new(key, AES.MODE_CBC)
iv = cipher.iv

Expand Down

0 comments on commit bd0230c

Please sign in to comment.