I have an assignment on RSA implementation. Just now started working on it.
I need some ideas on random key generation. I’m clear with the theories, but not clear on how to generate those random numbers for public key and private key.
Could I get some help regarding this?
I have an assignment on RSA implementation. Just now started working on it. I
Share
A Java implementation of RSA could be something similar to this: