mirror of
https://github.com/bvanroll/odiseectf.git
synced 2025-08-29 03:42:41 +00:00
idk man
This commit is contained in:
@@ -41,7 +41,10 @@ def decrypt_AES_CBC(inputfilename, encryptedContent):
|
|||||||
inputfilename)]
|
inputfilename)]
|
||||||
|
|
||||||
key = generatekey()
|
key = generatekey()
|
||||||
decipher = AES.new(key, AES.MODE_CBC)
|
temp = open("hash34.txt", "r").read()
|
||||||
|
print(type(temp))
|
||||||
|
print(type(key))
|
||||||
|
decipher = AES.new(temp, AES.MODE_CBC)
|
||||||
decryptedcontent = decipher.decrypt(encryptedContent)
|
decryptedcontent = decipher.decrypt(encryptedContent)
|
||||||
|
|
||||||
ivlength = 16
|
ivlength = 16
|
||||||
|
BIN
uncrackable/decryptAESCBC.pyc
Normal file
BIN
uncrackable/decryptAESCBC.pyc
Normal file
Binary file not shown.
1
uncrackable/uncrackable34_decrypted.png
Normal file
1
uncrackable/uncrackable34_decrypted.png
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Integrity check error
|
Reference in New Issue
Block a user