-
It would be nice to be able to at least extract Zstandard archives.
-
I prefer to use light themes, and when, for example, I have set up my main archive screen to be Classic Toolbar with Blizzard Blue, files in the archive are highlighted (no checkboxes, full row select) with white text on grey background. They are easy to see .
However, in the Add screens, the files and folders are black type upon a pale blue background, which is not so readily visible, especially when highlighting separate files in lists with Ctrl/Click for addition. It would be ideal if the backgrounds to files in these screens could be set to mimic the highlighting of those in the main archive window.
I have tried experimenting with different themes and settings for skins, toolbars and so forth, but, unless I’ve missed something, none seem to give me the effect I want.
-
Re: Windows 11 Context menu support
It would really make me happy if you put .BH in the Windows 11 context menu. I know it’s in the “More Options” section, but this would make it more convenient. Don’t know why the option to add it to the menu isn’t there in the first place. P-L-E-A-S-E ??? :) Thanks You!
-
Any chance of including this format in a future release?
https://github.com/FS-make-simple/paq9a
Exceptional compression levels.
Thanks.
-
-
-
In Windows 11 a new explorer context menu is introduced.
The “old” context menu may still be accessed through an additional mouse click, to reach the PowerArchiver context menu functions, but this isn’t comfortable at all.Could you add PowerArchiver items to the first level (and ideally disable the Windows native ZIP entry)
-
I’m surprised that OneDrive for Business isn’t supported. I can’t link my company’s OneDrive account, but a personal (free) account works fine.
-
Hi,
I’d like to propose an improvement for password protected archives.
Actual behavior is:
If I open an archive, which is password protected and make a typo in the password dialog, I’ll get the message, that the password was wrong and I end up with an empty window. I need to reopen the archive to be able to enter the password again.Improved behavior:
Tell me, that the password was wrong and give me the chance to enter the correct password to decrypt the archive. -
Hello!
I know I have been asking for this feature some time ago, but as nothing has changed let me ask again:
The ZIPX-format offers an algorithm, that compresses JPEG-files by about 20-30%. Please add compression (packing) support for this in ZIPX-archives to Powerarchiver. Extraction of JPEGs packed into ZIPX by this algorithm is already supported by Powerarchiver for a long time, so it should not be difficult? Or is it a licensing problem?
Thanks! -
Hi,
I’d like to suggest, that the correct archive type is (always) selected, when adding files by drag & drop to an archive.
This is already happening if the archive has the correct extension. For example, if I’m adding files to test.zip, zip will be selected. If I’m adding files to test.7z, 7z will be selected as format in “Add dialog”.
But this won’t be working, if the archive has not the “right” extension.
So XPI files (Firefox addons) for example are ZIP files. PowerArchiver opens them without any problems, but if I try to add file by drag & drop, PowerArchiver won’t auto select “ZIP”, but use the last selected archive format, while PowerArchiver already knows, that I’m trying to add files to a ZIP. -
I love this, only there is one problem. The UAC elevation feature does not extend to Mount Image option in the add-on software PA provided. It is most annoying whenever I am on highest UAC settings and I mount an ISO, every time I open and create a virtual drive UAC appears. I also do not want to completely disable UAC.
Is adding UAC elevation for mount image feature possible?
-
The now defunct Bulkzip had Nanozip (nz) as an option this would be great to have for compatibility with my .nz files, so I don’t have to install Bulkzip separately.
SOLVED Serpent-256 Encryption for PAE/PAE2
-
Hello.
I believe it would be useful to implement Serpent-256 encryption for PAE/PAE2 formats, even though PowerArchiver offers strong encryption ciphers already.
(deleted part advertising other software - admin)
Do you think this will be a useful addition?
Thank you for the consideration!
-
btw, by far the most secure is to use PA format with secure option:
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)"
-
Are you hoping for the ability to open encrypted archives from PEA?
-
Or is this just SPAM advertising PEA?
-
My thoughts is the latter. Will wait for @spwolf to judge.
-
btw, by far the most secure is to use PA format with secure option:
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)"
-
Hi.
I did not mean the link to be for advertising. The link was based on an open source software documentation/comparison that would support my request.
Of course, everything was just for suggestion purposes, to see if you think it’s worth implementing this feature.
My wish was centered on the encryption cipher itself. :)
Thank you!
-
@2Flo So, I ask again, are you hoping for the ability to open encrypted archives from PEA?
-
Hi.
Essentially my wish would be to have the Serpent-256 encryption cipher as an option to encrypt any data.
The archive format doesn’t matter for me, I wish I had the option to create and open Serpent-256 encrypted [any supported archive / file type] from PowerArchiver.
Thank you! :)
-
@2Flo Because you believe it’s more secure than AES256 ?
I guess by some particular means of assessing the security of a cypher it may seem more secure.
But it’s also less efficient to implement than AES256.
PowerArchiver has chosen, IMHO quite reasonably, to go with the industry standard widely accepted and respected, more efficient, AES algorithm.:face_with_stuck-out_tongue: -
Hi.
Indeed, while Serpent uses a more conservative approach than AES with regards to security margin, it is slower in implementation and not that much public cryptoanalysis has been done on it compared to AES.
I was thinking about it for completion sake.
The reference code is public domain software and the optimized code is under GPL license.Since PowerArchiver already supports AES, 3DES, RC2, RC4, Blowfish, and Twofish
and Serpent was also an AES finalist, I wondered if it could join the list of supported encryption ciphers.Of course that Rijndael (AES) is still very secure, not broken, fast in implementation and universally supported.
It will remain to the developers’ decision wether Serpent is worth implementing. Nevertheless, PowerArchiver supports strong encryption ciphers and the addition of another is purely optional.
Thank you!
-
@2Flo said in Serpent-256 Encryption for PAE/PAE2:
Hi.
Indeed, while Serpent uses a more conservative approach than AES with regards to security margin, it is slower in implementation and not that much public cryptoanalysis has been done on it compared to AES.
I was thinking about it for completion sake.
The reference code is public domain software and the optimized code is under GPL license.Since PowerArchiver already supports AES, 3DES, RC2, RC4, Blowfish, and Twofish
and Serpent was also an AES finalist, I wondered if it could join the list of supported encryption ciphers.Of course that Rijndael (AES) is still very secure, not broken, fast in implementation and universally supported.
It will remain to the developers’ decision wether Serpent is worth implementing. Nevertheless, PowerArchiver supports strong encryption ciphers and the addition of another is purely optional.
Thank you!
PAE format is there for legacy purposes these days… real meat is in Secure 256 AES implementation we do in PA format, with some extra work that makes brute force attacks harder to use.
-
@spwolf said in Serpent-256 Encryption for PAE/PAE2:
@2Flo said in Serpent-256 Encryption for PAE/PAE2:
Hi.
Indeed, while Serpent uses a more conservative approach than AES with regards to security margin, it is slower in implementation and not that much public cryptoanalysis has been done on it compared to AES.
I was thinking about it for completion sake.
The reference code is public domain software and the optimized code is under GPL license.Since PowerArchiver already supports AES, 3DES, RC2, RC4, Blowfish, and Twofish
and Serpent was also an AES finalist, I wondered if it could join the list of supported encryption ciphers.Of course that Rijndael (AES) is still very secure, not broken, fast in implementation and universally supported.
It will remain to the developers’ decision wether Serpent is worth implementing. Nevertheless, PowerArchiver supports strong encryption ciphers and the addition of another is purely optional.
Thank you!
PAE format is there for legacy purposes these days… real meat is in Secure 256 AES implementation we do in PA format, with some extra work that makes brute force attacks harder to use.
Does this apply to the previously mentioned BWTS algorithm? Or does this apply to increased number of rounds / cipher operation mode / key derivation algorithm / something else?
-
@2Flo said in Serpent-256 Encryption for PAE/PAE2:
@spwolf said in Serpent-256 Encryption for PAE/PAE2:
@2Flo said in Serpent-256 Encryption for PAE/PAE2:
Hi.
Indeed, while Serpent uses a more conservative approach than AES with regards to security margin, it is slower in implementation and not that much public cryptoanalysis has been done on it compared to AES.
I was thinking about it for completion sake.
The reference code is public domain software and the optimized code is under GPL license.Since PowerArchiver already supports AES, 3DES, RC2, RC4, Blowfish, and Twofish
and Serpent was also an AES finalist, I wondered if it could join the list of supported encryption ciphers.Of course that Rijndael (AES) is still very secure, not broken, fast in implementation and universally supported.
It will remain to the developers’ decision wether Serpent is worth implementing. Nevertheless, PowerArchiver supports strong encryption ciphers and the addition of another is purely optional.
Thank you!
PAE format is there for legacy purposes these days… real meat is in Secure 256 AES implementation we do in PA format, with some extra work that makes brute force attacks harder to use.
Does this apply to the previously mentioned BWTS algorithm? Or does this apply to increased number of rounds / cipher operation mode / key derivation algorithm / something else?
mentioned in the wiki and my response above:
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.
it is done after compression and before AES.
-
Thank you for the insight on this! :)