Results 7 comments of rzcoder

Is this PR will be merged any time soon?

@alantoledo007 hi! Can you provide minimal snippet with bug?

I mean the working piece of the code with the bug My test works fine ```js const NodeRSA = require("../src/NodeRSA") const key = new NodeRSA("-----BEGIN RSA PRIVATE KEY-----\n" + "MIIBPQIBAAJBAPjFVq2K1qm59eS70nhpnh+Yx4/jaoulc2nzWw0AG6wwr29igI7q\n"...

I can't run & debug this. Can you provide snippet without dependencies?

For me it just works fine. As I said, probably node bug, or may be your system. Try to install different node version or test it on other system.

Your key is not valid key for this lib.

You can use openssl for it I guess.