The RFC suggests a maximum chunk size of 16,384 bytes. If a request is made with a plaintext length that is greater than the limit, split it up into 15kb chunks and encrypt them individually.
The RFC suggests a maximum chunk size of 16,384 bytes. If a request is made with a plaintext length that is greater than the limit, split it up into 15kb chunks and encrypt them individually.