Should RSA public exponent be only in {3, 5, 17, 257 or 65537} due to security considerations?

In my project I’m using the value of public exponent of 4451h. I thought it’s safe and ok until I started to use one commercial RSA encryption library. If I use this exponent with this library, it throws exception.

I contact… Continue reading Should RSA public exponent be only in {3, 5, 17, 257 or 65537} due to security considerations?