PFX (original format)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Security |extensions={{ext|pfx}}, {{ext|p12}} |released=≤1996 }} :''Most '''.pfx''' files are in PKCS12 format, not the obsol...") |
m |
||
Line 7: | Line 7: | ||
:''Most '''.pfx''' files are in [[PKCS12]] format, not the obsolete PFX format described in this article.'' | :''Most '''.pfx''' files are in [[PKCS12]] format, not the obsolete PFX format described in this article.'' | ||
− | '''PFX''' (Personal Information Exchange) is a cryptographic container format developed by Microsoft. It has been criticized for being complex and poorly-designed. | + | '''PFX''' (Personal Information Exchange) is a cryptographic container format developed by Microsoft. It has been criticized for being complex and poorly-designed. It was replaced by a (somewhat improved?) successor format, [[PKCS12]]. |
PFX is used for crypto keys, certificates, and other objects. Multiple objects may be stored in a single file. | PFX is used for crypto keys, certificates, and other objects. Multiple objects may be stored in a single file. |
Latest revision as of 16:01, 5 November 2013
- Most .pfx files are in PKCS12 format, not the obsolete PFX format described in this article.
PFX (Personal Information Exchange) is a cryptographic container format developed by Microsoft. It has been criticized for being complex and poorly-designed. It was replaced by a (somewhat improved?) successor format, PKCS12.
PFX is used for crypto keys, certificates, and other objects. Multiple objects may be stored in a single file.
[edit] Links
- Wikipedia: PKCS #12 - also discusses PFX
- OpenSSL PKCS#12 Program FAQ
- PFX - How Not to Design a Crypto Protocol/Standard [Ed. note: It's not clear how much of this article is about PFX, and how much is about PKCS12.]