Okay I'm reading into RSA encryption and I know I have to have two large random prime numbers to generate the keys. I've read the numbers need to be between 100 and 200 digits, I want to know how I generate numbers this big? All I've found on the internet is a lot of complicated mathmatical methods, random programs like mprime, which I can't seem to actually output any numbers form, and very large lists of prime numbers on the internet.
Can anyone point me to a program/resource to do this?
Thanks!
-Ryan H