Nov 3, 2004 #1 JRyanCon Technical User Aug 19, 2004 47 US I am trying to figure out how to run a md5 on a file. I have seen this done against a string. For instance: md5pure::md5 "hello world" But I would like to be able to run it against a file. Any suggestions you might be able to point me at? Thank
I am trying to figure out how to run a md5 on a file. I have seen this done against a string. For instance: md5pure::md5 "hello world" But I would like to be able to run it against a file. Any suggestions you might be able to point me at? Thank
Nov 4, 2004 #2 marsd IS-IT--Management Apr 25, 2001 2,218 US md5::hmac $options, but this is not a checksum and I'm not sure it fits the bill. Try the man pages for crc32 or crc16, or the active state docs here: http://aspn.activestate.com/ASPN/docs/ActiveTcl/tcllib/crc/crc32.html Upvote 0 Downvote
md5::hmac $options, but this is not a checksum and I'm not sure it fits the bill. Try the man pages for crc32 or crc16, or the active state docs here: http://aspn.activestate.com/ASPN/docs/ActiveTcl/tcllib/crc/crc32.html