We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re: #178
Deserialize, and decrypt if needed, SSH private keys and convert to JWK for use with JWS and linked data proofs.
Info about SSH private key formats: https://security.stackexchange.com/questions/218335/difference-in-ecdsa-private-key-format https://cvsweb.openbsd.org/src/usr.bin/ssh/PROTOCOL.key?annotate=HEAD https://datatracker.ietf.org/doc/html/rfc5208 https://datatracker.ietf.org/doc/html/rfc7468
Currently ssi implements serializing a JWK as PEM/DER/ASN.1; this could perhaps be extended to support deserialization and decryption.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Re: #178
Deserialize, and decrypt if needed, SSH private keys and convert to JWK for use with JWS and linked data proofs.
Info about SSH private key formats:
https://security.stackexchange.com/questions/218335/difference-in-ecdsa-private-key-format
https://cvsweb.openbsd.org/src/usr.bin/ssh/PROTOCOL.key?annotate=HEAD
https://datatracker.ietf.org/doc/html/rfc5208
https://datatracker.ietf.org/doc/html/rfc7468
Currently ssi implements serializing a JWK as PEM/DER/ASN.1; this could perhaps be extended to support deserialization and decryption.
The text was updated successfully, but these errors were encountered: