rzcoder / node-rsa

Node.js RSA library
1.39k stars 205 forks source link

How does the private key support custom passwords? #185

Open SpiritLing opened 3 years ago

SpiritLing commented 3 years ago

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

dejaime commented 3 years ago

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