Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ECB plaintext 32 bytes #50

Open
GladistonXD opened this issue Oct 28, 2022 · 0 comments
Open

ECB plaintext 32 bytes #50

GladistonXD opened this issue Oct 28, 2022 · 0 comments

Comments

@GladistonXD
Copy link

Is it not possible to use a text in 32b?

key = b"B123456789987654321123456789ABCD"
plaintext = b"B6668803310500770XCBB3994GkC6g"
plaintext += bytes([2]) * 2
aes = pyaes.AESModeOfOperationECB(key)
data = aes.encrypt(plaintext)

Error Contents: plaintext block must be 16 bytes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant