The data to be decrypted exceeds the maximum for this modulus of 128 bytes
问题 I'm trying to establish a secure connection between a Client and a Server with RSA/AES (i think you know how that works) now my Problem is, i get that error message written in the title. I know, there are 2 or 3 other threads with the same title, but all of them try to en- and decrypt from a file on the pc. i get that error at the encryption of the AES key which was encrypted using the RSA public key which is the normal way to do as i know. here my "Client" and "Server" applications Client: