Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kazk/topk8
Convert private keys to PKCS#8 format in pure Rust
https://github.com/kazk/topk8
rust
Last synced: about 1 month ago
JSON representation
Convert private keys to PKCS#8 format in pure Rust
- Host: GitHub
- URL: https://github.com/kazk/topk8
- Owner: kazk
- License: apache-2.0
- Created: 2021-12-10T06:33:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T19:59:34.000Z (over 1 year ago)
- Last Synced: 2024-04-26T03:23:07.414Z (7 months ago)
- Topics: rust
- Language: Rust
- Homepage: https://docs.rs/topk8
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# topk8
Convert private keys to PKCS#8 format in pure Rust.
The following formats are supported at the moment:
- PKCS#1 PEM (`RSA PRIVATE KEY`)
- SEC1 PEM (`EC PRIVATE KEY`)## TODO
- Test against OpenSSL
- Upgrade `rsa` when [RustCrypto/RSA#120](https://github.com/RustCrypto/RSA/issues/120) is resolved to avoid duplicate crates (`der`, `pkcs8`)