Crates.io | pkcs1 |
lib.rs | pkcs1 |
version | 0.8.0-rc.1 |
source | src |
created_at | 2020-06-12 14:01:05.920956 |
updated_at | 2024-09-06 15:03:57.45086 |
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 | 99,722 |
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-----
This crate requires Rust 1.71 at a minimum.
We may change the MSRV in the future, but it will be accompanied by a minor version bump.
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.