RSA private key #593
Replies: 2 comments 5 replies
-
Can you send me your key? Then I can do investigation. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Otherwise, can you use another private key created by following commands:
Then could you confirm the keys "a.prv.p8" and "a.prv.p5" works? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i want to sign a data with KJUR library.
I have got RSA PRIVATE KEY which looks like that.
const PRIVATE_KEY = "\---- BEGIN RSA PRIVATE KEY---- ... ----END RSA PRIVATE KEY----
and i want to sign data like this
const keyPEM = KEYUTIL.getKey(PRIVATE_KEY)
and when i want compile this code this error occurs: "Error: unsupported PKCS#1/5 hexadecimal key"
What should i do to resolve this problem. I have to use KJUR library. Thanks for help
I try a lot of combinations of examples and i dont have more ideas
Beta Was this translation helpful? Give feedback.
All reactions