Skip to content
Novus Examples
p122.7 KB

PKCS#12 Bundle (.p12)

A PKCS#12 (.p12/PFX) bundle packaging the sample RSA key and certificate together, protected with the sample password 'novus-sample' — for testing keystore importers and PKCS#12 parsers. (The PKCS#12 MAC salt is random, so this file is intentionally not byte-stable.)

Preview — schema + first 5 rowsp12
FieldValue
TypePKCS#12 / PFX bundle (binary)
ContainsRSA 2048 private key + X.509 certificate
Friendly namenovus-sample
Passwordnovus-sample (sample-only)
EncryptionPBE (per-file random salt)
Password is published above — sample material only.

Specifications

Format
PKCS#12 (PFX)
Contains
RSA key + certificate
Password
novus-sample
Byte Stable
false
Sample Only
true

What is a .p12 file?

A .p12 file is a PKCS#12 (PFX) bundle — a password-protected binary archive that packages a certificate together with its private key (and optionally a chain) in one importable file. It is the standard way to move a complete TLS or client identity between systems.

How to use this file

Use an example .p12 to test PKCS#12 parsers and importers, keystore tooling, and password-protected bundle handling. The sample password is documented on the file's page; this is published sample material, not a real identity.

Generated by generation/pki_security.py. Free for any use, no attribution required — license.