We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I was able to set a password using the compressor. but it seems it does not encrypt the file names. is this possible?
Thanks!
The text was updated successfully, but these errors were encountered:
At a glance, looks like 7zip com API needs -mhe option passed to encrypt archive header (ref https://www.cnx-software.com/2011/02/22/aes-256-encryption-and-file-names-encryption-with-7-zip-7z/), likely somewhere around
-mhe
7zip-cpp/7zpp/SevenZipCompressor.cpp
Line 157 in 0cbebfb
That should hopefully get you started on how to modify source to add the feature.
NB: These were the changes done by https://github.com/KocourKuba to add encryption support (661c0f2#diff-3087414f04c94500ca05e45e07d945c3a9df425ebd2f77de5e34e38ea4df95f5)
Sorry, something went wrong.
No branches or pull requests
Hi,
I was able to set a password using the compressor. but it seems it does not encrypt the file names. is this possible?
Thanks!
The text was updated successfully, but these errors were encountered: