[GH-ISSUE #169] [Feature request] Calculate And Show A File's Checksum #85

Closed
opened 2026-04-08 16:50:15 +03:00 by zhus · 1 comment
Owner

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

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
zhus closed this issue 2026-04-08 16:50:15 +03:00
Author
Owner

@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.

<!-- gh-comment-id:1436011435 --> @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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#85