Hello everyone!
I'd have a bigger problem with RSA realization in PHP. I've been given two primes each 250digits long. The problem isn't to multiply theo ne with the other, because it takes less than 0.05sec but the problems begins where I need to raise the one to the power of the other. There I get always 1 result. I've searched RSA classes on the net and actually I found one but that's still with only 9digit long primes.
Is there any way to realize RSA encoding with 250digit long primes
Thanks for responses!