cryptography icon indicating copy to clipboard operation
cryptography copied to clipboard

Seed RSA key generator?

Open tjcampanella opened this issue 3 years ago • 0 comments

Is there anyway to seed the RSA key generator? I am looking to seed it to produce the same key pair based on a hashed password. Is there anyway to do that with this package? The reason is I need a way for users to be able to generate the same key pair on multiple devices without having to share it explicitly. My idea being when they sign in on a new device I can generate their key-pair based on their hashed password. Let me know if this package supports this or if there is a better way I should do this. Thanks.

tjcampanella avatar Jan 28 '22 19:01 tjcampanella