Crates.io | topk8 |
lib.rs | topk8 |
version | 0.0.1 |
source | src |
created_at | 2021-12-10 07:20:09.324506 |
updated_at | 2021-12-10 07:20:09.324506 |
description | Convert private keys to PKCS#8 format in pure Rust |
homepage | https://github.com/kazk/topk8 |
repository | https://github.com/kazk/topk8 |
max_upload_size | |
id | 495601 |
size | 18,921 |
Convert private keys to PKCS#8 format in pure Rust.
The following formats are supported at the moment:
RSA PRIVATE KEY
)EC PRIVATE KEY
)rsa
when RustCrypto/RSA#120 is resolved to avoid duplicate crates (der
, pkcs8
)