mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #169] [Feature request] Calculate And Show A File's Checksum #85
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 @enchant97 on GitHub (Jan 29, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/169
Specific Demand
I would like to be able to select a file and calculate a checksum.
Implement Suggestion
Maybe a button that calculates and opens a window with several different hash methods e.g. md5, sha, sha256
@sigoden commented on GitHub (Feb 19, 2023):
It is unrealistic. Some files may be larger than 10M or even 1G.
It cannot be calculated on the frontend,calculated on the backend need a lot of resources.
It is best to upload the checksum file along with the original file.