Generating a public/private key pair using an initial key
问题 I'm looking for a method that enables a user to generate a pair of public/private keys using an initial key provided to him/her. I don't know if this is called hierarchical key generation or multilevel key generation or something else. It's not important for the higher level key to be able to decrypt the data of the lower level I just need the pair to be be generated using another key. I have a seen some articles but they're all just theoretical. Is there a way to achieve this for RSA? 回答1: