x64 (27.00.0912) special property hash returns zeros
Posted: 09 Jul 2025 11:44
I use
and the hashes of all files is a string of 40 zeros. The only hash algorithm that returns results is CRC32. The others, MD5, SHA1, SHA256, and SHA512 all return a string of zeros corresponding to the hash's expected length. The runtime of the script suggests that XYplorer is actually calculating hashes, just not returning them.
The latest x86 version (27.00.0915) works fine.
prop:#hash.sha1 in a script:
Code: Select all
folderreport("filesrel:{fullname}<tab>{prop:#hash.sha1}<tab>{size br}","c",,"r");The latest x86 version (27.00.0915) works fine.