.P12 文件扩展名
Personal Information Exchange File
| 开发者 | RSA Laboratories |
| 受欢迎程度 |
3.6 | 64 票 |
什么是 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.
更多信息
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.
如何打开 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.