Creating deterministic key pairs in javascript for use in encrypting/decrypting/signing messages
- by SlickTheNick
So I have been searching everywhere and havn't been able to find anything with the sufficient information I need.. so Im a bit stumped on this one at the moment
What I am trying to do is create a public/private key pair (like PGP) upon a users account creation, based on their passphrase and a random seed. The public key would be saved on the…