rzcoder/node-rsa

How does the private key support custom passwords?

SpiritLing opened this issue · 1 comments

I want to use it in the client compiled by electron, but the private key and public key are stored locally, and I need to add a password to my private key.
Will not be taken by others to crack the content.

image

I also needed to know how to use encrypted pem keys.
Have you ever found out how to use them?