{"id":59134,"library":"pem-rfc7468","title":"PEM RFC 7468","description":"PEM encoding (RFC 7468) for PKIX, PKCS, and CMS structures, providing a no_std-friendly, constant-time implementation for cryptographic keys and certificates.","status":"active","version":"1.0.0","language":"rust","source_language":null,"source_url":"https://github.com/RustCrypto/formats","tags":["pem","rfc7468","encoding","crypto","no-std"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\npem-rfc7468 = \"1.0.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add pem-rfc7468","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"encode","correct":"use pem_rfc7468::encode;"}],"quickstart":{"code":"use pem_rfc7468::encode;\n\nfn main() {\n    let input = b\"example key data\";\n    let label = \"PUBLIC KEY\";\n    let mut buf = [0u8; 1024];\n    let encoded = encode(label, input, &mut buf).unwrap();\n    println!(\"{}\", std::str::from_utf8(&buf[..encoded]).unwrap());\n}","lang":"rust","description":"Encodes binary data into PEM format with a given label."},"warnings":[],"env_vars":null,"search_vec":"'7468':3,7 'certif':28 'cms':12 'constant':21 'constant-tim':20 'crypto':32 'cryptograph':25 'encod':5,31 'friend':19 'implement':23 'key':26 'no-std':33 'pem':1,4,29 'pkcs':10 'pkix':9 'provid':14 'rfc':2,6 'rfc7468':30 'std':18,35 'std-friend':17 'structur':13 'time':22","created_at":"2026-06-16T16:51:36.923262+00:00","updated_at":"2026-06-16T16:51:36.923262+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/RustCrypto/formats/tree/master/pem-rfc7468","github":"https://github.com/RustCrypto/formats","docs":"https://docs.rs/pem-rfc7468/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto","serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}