c# - Generating RSA keys from a master password -


is there simple , deterministic way generate rsa key pair (private , public) based on user's master password?

imagine encrypted messenger application. here user wants login on different devices using password, , have same private , public key sending , receiving messages. keys should dependent on password.


Comments