.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.