Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:help:main:basics:adding_files_to_an_archive [2017/05/23 13:30]
spwolf
en:help:main:basics:adding_files_to_an_archive [2017/05/23 14:03] (current)
spwolf
Line 52: Line 52:
 ===== Method - for PA archives ===== ===== Method - for PA archives =====
  
-  * **Optimized Strong ** – automatically selects best compression method to use based on file extension. Many different codecs and filters are used to achieve best possible compression at decent speed. +  * **Optimized Strong ** – automatically selects best compression method to use based on file extension. Many different codecs and filters are used to achieve best possible compression at decent speed. For more info on Advanced Codec Pack go here: [[http://www.powerarchiver.com]]
-  * **Optimized Fast ** – automatically selects best compression method to use based on file extension. Priority in Optimized Fast mode is speed of compression and extraction. At minimum there should be 50 MB/s speed for extraction of files, depending on your HDD. Up to 400 MB/s is possible depending on settings selected, with compression always better than ZIP. +  * **Optimized Fast ** – automatically selects best compression method to use based on file extension. Priority in Optimized Fast mode is speed of compression and extraction. At minimum there should be 50 MB/s speed for extraction of files, depending on your HDD. Up to 400 MB/s is possible depending on settings selected, with compression always better than ZIP . 
-  * **LZMA** – strong compression method, memory intensive (up to 750 MB)+  * **PLZMA4** – strong compression method. Multi-thread optimizedincluding multi-thread extraction. Unique coder is used for Ultra and Extreme strength levels
-  * **LZMA2** – strong compression methodmemory intensive (up to 750 MB)+  * **Zstandard** – Super fast compression and extraction, up to 400-500 MBs with SSD
-  * **PPMd** – optimized for text compression+  * **PPMd_sh** – advanced CM based coder, works well on text. 
   * **Store** – simply copies files without any compression.   * **Store** – simply copies files without any compression.
  
Line 64: Line 64:
  
   * **Optimized** – automatically selects best compression method to use based on file extension. Up to 50% better compression than deflate.   * **Optimized** – automatically selects best compression method to use based on file extension. Up to 50% better compression than deflate.
-  * **LZMA** – strong compression method, memory intensive (up to 750 MB)+  * **LZMA** – strong compression method. 
-  * **LZMA2** – strong compression method, memory intensive (up to 750 MB).+  * **LZMA2** – strong compression method.
   * **PPMd** – optimized for text compression.    * **PPMd** – optimized for text compression. 
   * **Store** – simply copies files without any compression.   * **Store** – simply copies files without any compression.
Line 72: Line 72:
 ===== Compression ===== ===== Compression =====
    
-  * **Ultra** – Best compression possible at slowest speed. Up to 750 MB RAM required only for Optimized/LZMA method+  * **Extreme** – Best compression possible at slower speed. Extra extensions are added to stronger codecs to ensure maximum compression. 
-  * **Maximum** – Good balance between maximum compression and less memory usage – 400 MB RAM required only for Optimized/LZMA method.+  * **Ultra** – Very strong compression with decent speed. Still very usable
 +  * **Maximum** – Good balance between maximum compression, good extraction speed and less memory usage.
   * **Normal/Fast/Super fast** – Options that are more optimized for speed than compression. Low memory usage.   * **Normal/Fast/Super fast** – Options that are more optimized for speed than compression. Low memory usage.
  
  
-  * **Encryption** - works with Zip, 7zip and BH archives.+ 
 +  * **Encryption** - works with Zip, PA, 7zip and BH archives.
  
 ===== ZIP Type options: ===== ===== ZIP Type options: =====
Line 87: Line 89:
   * **AES 192-bits** - creates encrypted ZIP archives with AES 192-bit encryption, readable by newer Zip utilities (PowerArchiver 9.xx, PkZip 8.xx, WinZip 9.xx, etc).   * **AES 192-bits** - creates encrypted ZIP archives with AES 192-bit encryption, readable by newer Zip utilities (PowerArchiver 9.xx, PkZip 8.xx, WinZip 9.xx, etc).
   * **AES 256-bits** - creates encrypted ZIP archives with AES 256-bit encryption, readable by newer Zip utilities (PowerArchiver 9.xx, PkZip 8.xx, WinZip 9.xx, etc).   * **AES 256-bits** - creates encrypted ZIP archives with AES 256-bit encryption, readable by newer Zip utilities (PowerArchiver 9.xx, PkZip 8.xx, WinZip 9.xx, etc).
 +
 +===== PA Type options: =====
 +
 +  * **Disabled** - disables encryption for ZIP archives.
 +  * **Secure AES 256-bits** - creates PA archives with AES 256-bit encryption. For added security, we use the BWTS algorithm to scramble the data before AES, so attackers can not use LZ compression redundancy and other plaintext attacks to quickly check if given password is valid. This makes .pa format considerably more secure than ZIP AES. For the AES encryption module, we use FIPS 140-2 validated modules from Windows so you can rest assured that AES implementation has been tested and validated (FIPS 140-2 encryption module is always used).
 +  * **Encrypt Filenames** - encrypts file names inside archive so they can not be seen before correct password is used.
  
 ===== 7-Zip Type options: ===== ===== 7-Zip Type options: =====
Line 92: Line 100:
   * **Disabled** - disables encryption for ZIP archives.   * **Disabled** - disables encryption for ZIP archives.
   * **AES 256-bits** - creates 7zip archives with AES 256-bit encryption.   * **AES 256-bits** - creates 7zip archives with AES 256-bit encryption.
 +  * **Encrypt Filenames** - encrypts file names inside archive so they can not be seen before correct password is used.
 +
      
 //Please Note //Please Note
-While PK 2.04g encryption can be read by all Zip utilities, this method uses weak encryption that can be broken. You should use .PAE encryption, 7-Zip or ZIP AES encryption if you require real security. We do not recommend using both 7-Zip/ZIP Encryption and .PAE encryption at the same time. You can find out more about secure encryption here.//+While PK 2.04g encryption can be read by all Zip utilities, this method uses weak encryption that can be easily broken. You should use .PA encryption, 7-Zip or ZIP AES encryption if you require real security. We do not recommend using both 7-Zip/ZIP Encryption and .PAE encryption at the same time. //
    
  
Navigation