Skip to content

docs: add "Encrypt metadata" section in README.md#111

Merged
q2s2t merged 2 commits intoq2s2t:masterfrom
jhack-jos:patch-1
Feb 6, 2022
Merged

docs: add "Encrypt metadata" section in README.md#111
q2s2t merged 2 commits intoq2s2t:masterfrom
jhack-jos:patch-1

Conversation

@jhack-jos
Copy link
Contributor

Encrypt metadata, that is hiding filenames in password protected archives is a counter-intuitive operation in 7-Zip.
It took me half a day reading node-7z sourcecode and 7-Zip documentation to figure out if it was possibile.
In the end, it seems all you need to do is pass the "he" compression method with the -m switch, while also specifying the -p switch to password protect the archive.
I'd like for other people like me, that really needs this security feature, not to waste their time figuring out how to do it.
That is the reason I propose this update in the documentation.
Thank you for your consideration!

Encrypt metadata, that is hiding filenames in password protected archives is a counter-intuitive operation in 7-Zip.
It took me half a day reading node-7z sourcecode and 7-Zip documentation to figure out if it was possibile.
In the end, it seems all you need to do is pass the "he" compression method with the -m switch, while also specifying the -p switch to password protect the archive.
I'd like for other people like me, that really needs this important security feature, not to waste their time figuring out how to do it.
That is the reason I propose this update in the documentation.
@q2s2t q2s2t merged commit 36c0ca3 into q2s2t:master Feb 6, 2022
@q2s2t
Copy link
Owner

q2s2t commented Feb 6, 2022

Very nice! Thanks for contributing 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants