Skip to content

EC private key support #705

Open
Open
@gugu

Description

@gugu

There is a new elliptic curve private key notation, which is different to the average private key. jwt.io currently does not support this. jsonwebtoken module handles both of them correctly.

It is possible to convert EC public key to supported format manually using this command:

openssl pkcs8 -topk8 -nocrypt -in ec1.pem -out ec2.pem

but it would be greate to have it supported natively. It will solve issues like #606

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      close