File corruption
I tried sending myself a .zip file, and a .zip.sha256sum file via Signal's "Note to Self" feature. I sent the file using Signal Desktop on one computer, and received it using gurk on another computer. Both files ended up corrupted after receiving them from gurk.
I was able to use xxd to find out that both files had a bunch of null bytes appended to them.
gurk 0.6.1
Thank you for reporting this. I will look into it.
@boxdot I just noticed today that all my files have null bytes appended to them. I just haven't noticed until now because many file formats don't find this to be a problem.
The only reason I noticed the problem for my zip file is because the zip file format puts important information at the very end, so it's the only file format that gave me errors when trying to open the file.
Fixed upstream in https://github.com/whisperfish/presage/pull/307. Integration of the fix into gurk tbd
If I read the dependencies right, it looks like it's in the main branch. Now just need a release.
Looks like it's fixed in 0.7.2. Thanks!