Closed Dzordzu closed 11 months ago
As of now decrypting in crypto.py works only for small messages. This does affect an entire minioadmin module.
crypto.py
minioadmin
Partition the message into smaller chunks. Decode every chunk separately
Squashed commits
Please refer https://github.com/minio/minio-py/pull/1345. Feel free to test it and close this PR accordingly
Current behavior
As of now decrypting in
crypto.py
works only for small messages. This does affect an entireminioadmin
module.Introduced solution
Partition the message into smaller chunks. Decode every chunk separately
Related issues