JEB script with AES decryption

41 views
Skip to first unread message

Axelle Apvrille

unread,
May 20, 2022, 7:39:17 AM5/20/22
to JEB Decompiler
Hi!
I'm writing a Python script in JEB where I need to decrypt an AES encrypted string.
In Python, you typically import

```python
from Crypto.Cipher import AES
```

Unfortunately, the module does not exist within JEB.

```
[C]     from Crypto.Cipher import AES
[C] ImportError: No module named Crypto
```

What's the solution?
Thanks
Axelle.
Reply all
Reply to author
Forward
0 new messages