-
Notifications
You must be signed in to change notification settings - Fork 12
File Checksum
nelu edited this page Dec 19, 2024
·
3 revisions
Filemanager offers the posibility to create and to verify checksum file hashes using its interface allowing multiple file hashing algorithms (configurable) to be used.
By default only 2 algorithms are enabled in the plugin configuration:
- CRC32 aka SFV
- SHA256
The support for file hashing is offered by 7zip's hashing functionality. You can see the supported algorithms of your 7zip by using the i
flag, under the Hashers section:
root@27bb12c476dc:/usr/src/app# 7z i
7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=C,Utf16=off,HugeFiles=on,64 bits,24 CPUs Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz (306F2),ASM,AES-NI)
Libs:
0 /usr/lib/p7zip/7z.dll
...
Hashers:
0 32 202 BLAKE2sp
0 4 1 CRC32
0 20 201 SHA1
0 32 A SHA256
0 8 4 CRC64