mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
entry.IsEncrypted is false when a 7z file has an AesDecoderStream #419
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Sicos1977 on GitHub (Oct 12, 2020).
Is it somehow possible to set the IsEncrypted to true when the 7z file has an AesDecoderStream?
I use the IsEncrypted flag to check is a file is password protected so in this case I would expect it to be true
@Sicos1977 commented on GitHub (Oct 15, 2020):
Any updates on this?
@Sicos1977 commented on GitHub (Oct 19, 2020):
Any updates?
@adamhathcock commented on GitHub (Oct 19, 2020):
Happy to accept pull requests
@Sicos1977 commented on GitHub (Oct 21, 2020):
If you can give me some ideas how to do this I would be happy to do it.