Drop .pem / .crt / .cer / .der / .csr files
parsed locally — nothing is uploaded
Unpack a PKCS#12 (.p12 / .pfx)
Extract the certificate chain and private key from a password-protected container. The file is opened entirely in this tab — the private key never leaves your browser and no byte is uploaded. Pull the network cable and it still works.
Drop a .p12 / .pfx file
opened locally — nothing is uploaded
PKCS#12 support matrix — what opens here
| AES-128/192/256-CBC (PBES2) | ✓ | Modern OpenSSL 3, recent keytool / Windows |
| 3DES (pbeWithSHA1And3-KeyTripleDES) | ✓ | OpenSSL ≤1.1 key default, older exports |
| RC2-40 / RC2-128 (legacy) | ✓ | OpenSSL ≤1.1 certificate default |
| RSA & EC private keys | ✓ | Extracted as PKCS#8 PEM |
| SHA-1 & SHA-256 integrity MAC | ✓ | Password verified before decrypting |
Legacy RC2 and 3DES are decrypted by a bundled JavaScript implementation (they aren't in the browser's WebCrypto), so even old OpenSSL and Windows exports open here — all without leaving the page.