I am a little bit shocked that on my computer I got this result ( I am using java)
Encrypting 172 byte with AES gives execution time of me 90 ms (the key is 256 ). While encrypting 108 byte with RSA gives 3 ms (the key is 2048).
What is the problem .. I am very confused?