.P12 Extension de fichier
Personal Information Exchange File
| Développeur | RSA Laboratories |
| Popularité |
3.6 | 64 Votes |
Qu'est-ce qu'un fichier P12 ?
A P12 file contains a digital certificate that uses PKCS#12 (Public Key Cryptography Standard #12) encryption. It is used as a portable format for transferring personal private keys and other sensitive information. P12 files are used by various security and encryption programs.
Plus d'informations
P12 keys store a private key that encrypts information in such a way that it can be decrypted only by the corresponding public key. Likewise, data encrypted with the public key can be decrypted only by the private key. This helps validate the source of transmitted information.
Comment ouvrir un fichier P12
To install a p12 key on a Windows or Mac PC, simply double-click the file. The Certificate Import Wizard (Windows) or Add Certificates Wizard (Mac) will appear to guide you through installing the key.
You can view the contents of a p12 key by installing OpenSSL, an open-source cryptography toolkit, and entering the command openssl pkcs12 -info -nodes -in yourfilename.p12 at your PC's command line.