I have been given a private key to use in signature. The private key is not very secret, only used locally. The problem is, that I don't know that in which format it is.
It doesn't have separate begin and end rows. It's in one line, base64 encoded, 2284 letters long (longer than regular x.509 that I have seen before). I got it with some other variables as well including:
- seed
- id
- compatibility
In the beginning of the id, there's urn:uuid:, before the key value.
Any clues what it could be?
I tried to use the key with node module xmlCrypto, but got some errors:
Error: error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag