SSL/TLS Converter

Convert between certificate and key formats in your browser

All conversions happen locally using WebAssembly — your files and keys never leave your device

Input File

Drag & drop a file here, or click to browse

Supports: PEM, DER, PFX/P12, CRT, CER, KEY, CSR

Supported Conversions

Input FormatAvailable Conversions
PEM CertificateDER, PFX (with key)
DER CertificatePEM, PFX (with key)
PEM CSRDER
DER CSRPEM
PFX / PKCS#12PEM chain
PEM Private KeyOpenSSH, PFX (with cert)
OpenSSH Private KeyPEM

Privacy & Security

  • All conversions occur in your browser using WebAssembly
  • No files or keys are sent to any server
  • Input buffers are wiped from memory after conversion
  • Passwords are cleared from state after use
  • Encrypted PEM keys are not supported — decrypt first with openssl rsa -in encrypted.key -out decrypted.key