browserify / crypto-browserify

partial implementation of node's `crypto` for the browser
MIT License
654 stars 200 forks source link

generateKeyPair (Sync) missing #208

Open dsportes opened 3 years ago

dsportes commented 3 years ago

publicEncrypt and privateEncrypt are well implemented, however how to generate key pairs ? The equivalent functions in node are generateKeyPair (Sync) and it would be nice to have them.

Clearly not a bug of course, but a whish ! Thanks

cwc972135903 commented 2 years ago

do you how to implement the generateKeyPair

langyo commented 2 years ago

Same issue

I need to generate the RSA key pair without any native ways for obfuscate my codes like a black box.

JexSrs commented 2 years ago

any updates?