To identify content..
import md5
#file = open("someFile")
#contentstr = file.read()
checksum = md5.new(contentstr).hexdigest()
To identify content..
import md5
#file = open("someFile")
#contentstr = file.read()
checksum = md5.new(contentstr).hexdigest()