How to calculate the checksum of a file's name?
0
votes
1
answer
1093
views
I tried with
openssl
as it is very fast:
openssl sha1 "$(basename "very_big_image.png")"
But this just substitutes the actual file for check summing.
Asked by mustaqim
(3 rep)
Apr 17, 2020, 01:26 PM
Last activity: Apr 17, 2020, 02:59 PM
Last activity: Apr 17, 2020, 02:59 PM