minio / minio-py

MinIO Client SDK for Python
https://docs.min.io/docs/python-client-quickstart-guide.html
Apache License 2.0
851 stars 325 forks source link

Decrypt message above 16k #1342

Closed Dzordzu closed 11 months ago

Dzordzu commented 11 months ago

Current behavior

As of now decrypting in crypto.py works only for small messages. This does affect an entire minioadmin module.

Introduced solution

Partition the message into smaller chunks. Decode every chunk separately

Related issues

Dzordzu commented 11 months ago

Squashed commits

balamurugana commented 11 months ago

Please refer https://github.com/minio/minio-py/pull/1345. Feel free to test it and close this PR accordingly