mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 20:25:54 +03:00
[GH-ISSUE #39] Suggestion: add FileHash function comparable to Get-FileHash from PowerShell #37
Labels
No labels
bug
duplicate
enhancement
enhancement
enhancement
fixed
help wanted
help wanted
invalid
pull-request
question
waiting for input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pathcopycopy#37
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?
Originally created by @unquietwiki on GitHub (May 31, 2018).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/39
This functionality is useful in projects such as maintaining content found on https://chocolatey.org/packages
@clechasseur commented on GitHub (Jun 3, 2018):
I'll keep this as a possible enhancement, but this is a bit specific, I think. Still, interesting idea.
@unquietwiki commented on GitHub (Jun 3, 2018):
@clechasseur There's some other tool out there that I found, that has similar functionality; but I believe required a paid license. It has also been standard practice for years to "compare the file hash" of downloaded content, if you're paranoid about security; so there is definitely a use case here. I'm strung between some C# and JS projects, else I'd pitch in myself on this.
@penCsharpener commented on GitHub (Jun 3, 2018):
7zip installs a context menu entry that provides this if I'm not mistaken
@unquietwiki commented on GitHub (Jun 4, 2018):
@penCsharpener (checks) Yeah, there is a CRC-SHA menu context option on systems that have 7-zip correctly installed. The context menu seems to be really hit or miss on when I load it onto systems. :/
@TekBear commented on GitHub (Aug 11, 2018):
I use file menu in total commander software as it has a create file checksum feature. Given you can add custom commands to pathcopycopy you could use a general command line tool that takes checksum method (CRC32,MD5,SHA1/256/512) and file name as command line arguments. You might like to look at a script that uses: certutil.exe (I think it is only found on win 7 or higher); or powershell cmdlet . I have not found any tools that run on older windows.
@blackcrack commented on GitHub (Aug 11, 2018):
http://implbits.com/products/hashtab/
is a snapin as a dll file directly on the explorer, right Mouse, Property's and one of the tab ;)
Pathcopy it's the wrong place for it ;)
best regards
Blacky
@clechasseur commented on GitHub (Nov 19, 2018):
I think there are other options out there… I myself use the 7-zip menu and it seems to work fine. I'll close this.