PAE
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Encryption |extensions={{ext|pae}} }} '''PAE''' is an encrypted file container format associated with the ''PowerArchiver'' softwar...") |
|||
Line 11: | Line 11: | ||
== Identification == | == Identification == | ||
− | Files begin with some ASCII text that starts by naming the encyption algorithm. More research may be needed, but based on PowerArchiver 2017, there are five possibilities: | + | Files begin with some ASCII text that starts by naming the encyption algorithm. More research may be needed, but based on analysis of PowerArchiver 2017, there are five possibilities: |
{| class="wikitable" | {| class="wikitable" | ||
! File begins with... !! Encryption algorithm | ! File begins with... !! Encryption algorithm | ||
|- | |- | ||
− | |<code>Blowfish Encrypted File</code> || Blowfish (128-bit) | + | |<code>Blowfish Encrypted File</code> || [[Blowfish]] (128-bit) |
|- | |- | ||
− | |<code>DES Encrypted File</code> || DES (56-bit) | + | |<code>DES Encrypted File</code> || [[DES]] (56-bit) |
|- | |- | ||
− | |<code>TripleDES Encrypted File</code> || Triple DES (168-bit) | + | |<code>TripleDES Encrypted File</code> || [[Triple DES]] (168-bit) |
|- | |- | ||
− | |<code>Rijndael Encrypted File</code> || Rijndael - AES (128-bit) | + | |<code>Rijndael Encrypted File</code> || Rijndael - [[AES]] (128-bit) |
|- | |- | ||
− | |<code>AES256 Encrypted File</code> || Rijndael - AES (256-bit) | + | |<code>AES256 Encrypted File</code> || Rijndael - [[AES]] (256-bit) |
|} | |} | ||
== Links == | == Links == | ||
* [https://wiki.powerarchiver.com/en:help:main:tools:encryption_tool PowerArchiver documentation - Encryption Tool] | * [https://wiki.powerarchiver.com/en:help:main:tools:encryption_tool PowerArchiver documentation - Encryption Tool] |
Latest revision as of 15:09, 10 September 2021
PAE is an encrypted file container format associated with the PowerArchiver software by ConeXware.
See also PAE2, the successor format.
For more information about PowerArchiver and its other formats, see PA (PowerArchiver).
[edit] Identification
Files begin with some ASCII text that starts by naming the encyption algorithm. More research may be needed, but based on analysis of PowerArchiver 2017, there are five possibilities:
File begins with... | Encryption algorithm |
---|---|
Blowfish Encrypted File |
Blowfish (128-bit) |
DES Encrypted File |
DES (56-bit) |
TripleDES Encrypted File |
Triple DES (168-bit) |
Rijndael Encrypted File |
Rijndael - AES (128-bit) |
AES256 Encrypted File |
Rijndael - AES (256-bit) |