-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Hello, I found out your project and it's very interesting, by the way I wanted to try it but I got an issue :
5.0.38.3
3d69435365438415
Traceback (most recent call last):
File "D:\Users\Brandon\Desktop\snap decrypt\decrypt.py", line 140, in <module>
decrypt_bananas_file()
File "D:\Users\Brandon\Desktop\snap decrypt\decrypt.py", line 83, in decrypt_bananas_file
decrypt_file(encrypted_bananas,decrypted_bananas,cipher )
File "D:\Users\Brandon\Desktop\snap decrypt\decrypt.py", line 126, in decrypt_file
chunk, next_chunk = next_chunk, cipher.decrypt(in_file.read(1024 * bs))
File "C:\Python27\lib\site-packages\Crypto\Cipher\blockalgo.py", line 295, in decrypt
return self._cipher.decrypt(ciphertext)
ValueError: Input strings must be a multiple of 16 in length
Metadata
Metadata
Assignees
Labels
No labels