# File lib/paperclip/upfile.rb, line 56
    def fingerprint
      @fingerprint ||= Digest::MD5.hexdigest(self.string)
    end