hynek / pem

PEM file parsing in Python.

Home Page:https://pem.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for PCKS#8 encrypted `BEGIN ENCRYPTED PRIVATE KEY`

adiroiban opened this issue · comments

It looks like for now only RSA PRIVATE KEY is supported.

OpenSSL docs https://www.openssl.org/docs/man1.0.2/apps/openssl-pkcs8.html

A comparison

https://github.com/kjur/jsrsasign/wiki/Tutorial-for-PKCS5-and-PKCS8-PEM-private-key-formats-differences


I will try to add a patch, but for now I have created this issue for reference