-
Couldn't load subscription status.
- Fork 18
Open
Description
It would be useful to optionally support decrypting DES and 3DES keys. This is enabled by optional features on the pkcs8 dependency. This is similar to #55
From https://docs.rs/pkcs8/latest/pkcs8/#legacy-des-cbc-and-des-ede3-cbc-3des-support-optional
When the
des-insecureand/or3desfeatures are enabled this crate provides support for private keys encrypted with with DES-CBC and DES-EDE3-CBC (3DES or Triple DES) symmetric encryption, respectively.
Some people might not want this enabled so we could either have feature flags that are forwarded to pkcs8.
Metadata
Metadata
Assignees
Labels
No labels