A simple tool to convert RSA keys from PEM to DER format.
# Cargo.toml
[dependencies]
pem-parser = "0.1.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parses a PEM-encoded RSA key and returns the DER-encoded bytes.
Use a more comprehensive library like pem or openssl for other key types.
No dependency data recorded yet.