benrhughes / todotxt.net

An implementation of todo.txt for Windows using the .NET framework
http://benrhughes.github.io/todotxt.net/
Other
500 stars 123 forks source link

Can checksum be provided? I cant check the authenticity of the file downloaded here. thx #429

Closed ccchan234 closed 2 years ago

ccchan234 commented 2 years ago

hi,

it will be hard to have a digital signature for the .exe as it costs some money.

how about provide a checksum e.g. sha1/256 for the files? (would be better if signed with PGP)

yes someone who hacked the server could change both the .exe and the checksum.txt

but it's better than nothing.

thanks

benrhughes commented 2 years ago

I don't really see the value that this would bring. If you're truly worried about the authenticity of the exe, you can pull the code down and build it.