| Crates.io | pkcs1 |
| lib.rs | pkcs1 |
| version | 0.8.0-rc.4 |
| created_at | 2020-06-12 14:01:05.920956+00 |
| updated_at | 2025-09-15 22:56:14.318972+00 |
| description | Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #1: RSA Cryptography Specifications Version 2.2 (RFC 8017) |
| homepage | https://github.com/RustCrypto/formats/tree/master/pkcs1 |
| repository | https://github.com/RustCrypto/formats |
| max_upload_size | |
| id | 253269 |
| size | 104,730 |
Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #1: RSA Cryptography Specifications Version 2.2 (RFC 8017).
This crate supports encoding and decoding RSA private and public keys in either PKCS#1 DER (binary) or PEM (text) formats.
PEM encoded RSA private keys begin with:
-----BEGIN RSA PRIVATE KEY-----
PEM encoded RSA public keys begin with:
-----BEGIN RSA PUBLIC KEY-----
Licensed under either of:
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.