Menu

#7 Algorithms none+ and read+ return an unwanted checksum

v1.7.0
closed-fixed
4
2021-09-04
2013-01-30
No

Both algorithms none+ and read+ return an one-byte checksum, but they shouldn't

actual:
java -jar jacksum.jar -a none+ jacksum.jar
00 199398 jacksum.jar

expected:
java -jar jacksum.jar -a none+ jacksum.jar
199398 jacksum.jar

Thanks to brauliodantas2 who has detected this bug. See also Support Request 3602600.

Discussion

  • Johann N. Löfflmann

    fixed in Jacksum 3. See also https://github.com/jonelo/jacksum

     
  • Johann N. Löfflmann

    • status: open --> closed-fixed
     

Log in to post a comment.