File signature

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by FrescoBot (talk | contribs) at 08:38, 20 January 2015 (Bot: link syntax). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computing, a file signature is data used to identify or verify the content of a file. In particular, it may refer to:

  • File magic number: bytes within a file used to identify the format of the file; generally a short sequence of bytes (most are 2-4 bytes long) placed at the beginning of the file; See list of file signatures
  • File checksum or more generally the result of an hash function over the file content: data used to verify that the file content integrity, generally against transmission errors or malicious attacks. The signature can be included at the end of the file or in a separate file.

External Links to File Signature Databases