mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
Exposing Sha256 signature when supported. #556
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 @vpenades on GitHub (Feb 9, 2023).
Hi
Looking at the code, some archive formats like RAR use a Sha256 hash signature internally for every entry, is that correct?
If it is, is there any way in the API to retrieve the Sha256 of a given entry?
Supporting Sha256 can be useful to find files in archives without actually requiring to read the whole files.
@adamhathcock commented on GitHub (Mar 1, 2023):
PRs are welcome to improve this. Been out of it for personal reasons.