We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
why not implement the support the bytes that be a multiple of 16 in length?
The text was updated successfully, but these errors were encountered:
He @ehds ,
What do you mean? It does support bytes that are a multiple of 16 bytes in length.
Sorry, something went wrong.
When I use AESModeOfOperationCBC class I got ValueError: plaintext block must be 16 bytes.
python version: Python 3.7.0 pyaes version : v1.6.0
@ehds you should use pyaes.Encrypter(pyaes.AESModeOfOperationCBC(key, iv=iv)) see the https://github.com/ricmoo/pyaes#blockfeeder example
pyaes.Encrypter(pyaes.AESModeOfOperationCBC(key, iv=iv))
No branches or pull requests
why not implement the support the bytes that be a multiple of 16 in length?
The text was updated successfully, but these errors were encountered: