[FEAT] hashing in streaming #47
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
garrett/wafb#47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Attualmente alcuni acquirer funzionano solo in modalita' "streaming" (es. backup) per via di alcune limitazioni webusb/webadb.
In questa modalita' non e' possibile computare l'hash del file estratto visto che i nostri metodi coprono soltanto file consolidati.
L'obiettivo di questo ticket e' l'implementazione di un servizio di hashing che possa accogliere uno stream e computare un hash per chunks in modo incrementale, in modo da coprire sia file scaricati interamente che file scaricati in flussi di byte.