Cryptography-related format encoders/decoders: DER, PEM, PKCS, PKIX
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-05 14:18:37 +02:00
.cargo CI: ignore RUSTSEC-2023-0089 for atomic-polyfill (#2131) 2025-12-24 13:27:04 -07:00
base16ct chore: sync dependencies (monorepo) 2026-04-06 15:17:33 +02:00
base32ct chore: sync dependencies (monorepo) 2026-04-06 15:17:33 +02:00
base64ct chore: sync dependencies (monorepo) 2026-04-06 15:17:33 +02:00
cmpv2 chore: sync dependencies (monorepo) 2026-04-06 15:17:33 +02:00
cms chore: sync dependencies (monorepo) 2026-04-06 15:17:33 +02:00
const-oid chore: sync dependencies (monorepo) 2026-04-13 10:53:34 +02:00
crmf chore: sync dependencies (monorepo) 2026-04-06 15:17:33 +02:00
der fix(crypto-formats): Replace path deps with git refs for der, pkcs1, spki, pkcs8, serdect, sec1 2026-06-05 14:18:37 +02:00
der_derive chore: sync dependencies (monorepo) 2026-04-13 10:53:34 +02:00
gss-api chore: sync dependencies (monorepo) 2026-04-06 15:17:33 +02:00
mcf chore: sync dependencies (monorepo) 2026-04-06 15:17:33 +02:00
pem-rfc7468 chore: sync dependencies (monorepo) 2026-04-06 15:17:33 +02:00
phc chore: sync dependencies (monorepo) 2026-04-06 15:17:33 +02:00
pkcs1 fix(crypto-formats): Replace path deps with git refs for der, pkcs1, spki, pkcs8, serdect, sec1 2026-06-05 14:18:37 +02:00
pkcs5 chore: sync dependencies (monorepo) 2026-04-06 15:17:33 +02:00
pkcs8 fix(crypto-formats): Replace path deps with git refs for der, pkcs1, spki, pkcs8, serdect, sec1 2026-06-05 14:18:37 +02:00
pkcs12 chore: sync dependencies (monorepo) 2026-04-06 15:17:33 +02:00
sec1 fix(crypto-formats): Replace path deps with git refs for der, pkcs1, spki, pkcs8, serdect, sec1 2026-06-05 14:18:37 +02:00
serdect fix(crypto-formats): Replace path deps with git refs for der, pkcs1, spki, pkcs8, serdect, sec1 2026-06-05 14:18:37 +02:00
spki fix(crypto-formats): Replace path deps with git refs for der, pkcs1, spki, pkcs8, serdect, sec1 2026-06-05 14:18:37 +02:00
tai64 chore: sync dependencies (monorepo) 2026-04-06 15:17:33 +02:00
tls_codec chore: sync dependencies (monorepo) 2026-04-13 10:53:34 +02:00
x509-cert chore: sync dependencies (monorepo) 2026-04-06 15:17:33 +02:00
x509-ocsp chore: sync dependencies (monorepo) 2026-04-06 15:17:33 +02:00
x509-tsp chore: sync dependencies (monorepo) 2026-04-06 15:17:33 +02:00
.gitignore PasswordRecipientInfoBuilder for CMS (#1273) 2025-01-07 14:01:55 -07:00
Cargo.lock chore: sync dependencies (monorepo) 2026-04-06 15:17:33 +02:00
Cargo.toml fix(crypto-formats): Replace path deps with git refs for der, pkcs1, spki, pkcs8, serdect, sec1 2026-06-05 14:18:37 +02:00
README.md README.md: remove pkcs7 and pkcs10 2024-04-19 06:38:19 -06:00

RustCrypto: Formats Project Chat dependency status

Cryptography-related format encoders/decoders (e.g. PKCS, PKIX)

Crates

Name crates.io Docs Description
base16ct crates.io Documentation Constant-time hexadecimal encoder/decoder
base32ct crates.io Documentation Constant-time Base32 encoder/decoder
base64ct crates.io Documentation Constant-time Base64 encoder/decoder with support for several variants
cms crates.io Documentation Implementation of the Cryptographic Message Syntax (CMS) as described in RFC 5652, RFC 5911, and in RFC 3274.
constoid crates.io Documentation Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard as defined in ITU X.660
der crates.io Documentation Decoder and encoder of the Distinguished Encoding Rules (DER) for Abstract Syntax Notation One (ASN.1) as described in ITU X.690
pemrfc7468 crates.io Documentation Strict PEM encoding for PKIX/PKCS/CMS objects
pkcs1 crates.io Documentation Implementation of PKCS#1: RSA Cryptography Specifications Version 2.2 (RFC 8017)
pkcs5 crates.io Documentation Implementation of PKCS#5: Password-Based Cryptography Specification Version 2.1 (RFC 8018)
pkcs8 crates.io Documentation Implementation of PKCS#8(v2): Private-Key Information Syntax Specification (RFC 5208) and asymmetric key packages (RFC 5958)
sec1 crates.io Documentation SEC1: Elliptic Curve Cryptography encoding formats
spki crates.io Documentation X.509 Subject Public Key Info (RFC 5280 Section 4.1) describing public keys as well as their associated AlgorithmIdentifiers (i.e. OIDs)
tai64 crates.io Documentation TAI64(N) Timestamps
tls_codec crates.io Documentation TLS codec as defined in RFC 8446 Section 3 as well as some extensions required by MLS.
x509-cert crates.io Documentation X.509 Public Key Infrastructure Certificate format as described in RFC 5280

License

All crates licensed under either of

at your option.

Contribution

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.