BLAKE3 icon indicating copy to clipboard operation
BLAKE3 copied to clipboard

b3sum can't read hashes from file with non-unix endings

Open megapro17 opened this issue 2 years ago • 5 comments

I'm using powershell

b3sum * > hash.txt
b3sum -c hash.txt

Output for each file is: : FAILED (Syntax error in file name, folder name or volume label. (Os error 123))

But after running busybox dos2unix hash.txt it works correctly

Similar https://github.com/BLAKE3-team/BLAKE3/issues/108

megapro17 avatar Jan 19 '22 15:01 megapro17