-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Description
Hello,
I want to use this code, but I'm facing three errors:
- when I try to execute
__init__.py, I get this error :
from .aes import AES, AESModeOfOperationCTR, AESModeOfOperationCBC, AESModeOfOperationCFB, AESModeOfOperationECB, AESModeOfOperationOFB, AESModesOfOperation, Counter
ModuleNotFoundError: No module named '__main__.aes'; '__main__' is not a package
- when I try to execute
test-aes.py, I get this error:
from pyaes import *
ModuleNotFoundError: No module named 'pyaes'
- Also if you can tell me how can I import an image in this code.
Can anyone help me to fix these errors, I'm working on image encryption using AES.
PS: I need it for my education purpose.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels