Support Encrypted Private Key PEM Format #550
Labels
enhancement
New feature or request
r&d:polykey:core activity 2
Cross Platform Cryptography for JavaScript Platforms
Is your feature request related to a problem? Please describe.
Currently our root key and asymmetric key crypto uses JWK.
However there's an older format "encrypted PKCS#8 pem" that is more widely understood.
We can support a function in our keys utils called:
Describe the solution you'd like
See the notes:
Describe alternatives you've considered
Continue using JWK. This encrypted PEM file is primarily for compatibility reasons.
Additional context
The text was updated successfully, but these errors were encountered: