You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/root/project/keg_elements/crypto.py", line 150, in encrypt_fileobj
padder = padding.PKCS7(encryptor._ctx._cipher.block_size).padder()
^^^^^^^^^^^^^^
AttributeError: 'cryptography.hazmat.bindings._rust.openssl.ciphers.CipherContext' object has no attribute '_ctx'
Break happens with cryptography 43.0.0 and later.
The text was updated successfully, but these errors were encountered:
Break happens with cryptography 43.0.0 and later.
The text was updated successfully, but these errors were encountered: