Menu

#2 MD5 Hash output does not match md5sum utility

open
9
2014-12-14
2004-09-18
No

For a controlled test sample, the output of scoof does
not match the output generated by the md5sum utility
where that utilkity receives the same input via a test
file set up in vi.

e.g.

$ echo "test" > test.java
$ md5sum test.java

does not match the result generated by scoof for e.g

/* test */

within any source file.

Unless the encoding of test.java is not US-ASCII then
the output hashes should indeed match.

SJG

Discussion


Log in to post a comment.