特殊:Badtitle/NS100:Checksum

来自Ubuntu中文
Wikibot留言 | 贡献2007年11月30日 (五) 16:28的版本
跳到导航跳到搜索
可打印版本不再受到支持且可能有渲染错误。请更新您的浏览器书签并改用浏览器默认打印功能。

{{#ifexist: :Checksum/zh | | {{#ifexist: Checksum/zh | | {{#ifeq: {{#titleparts:Checksum|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:Checksum|1|-1|}} | zh | | }}

Definition

A checksum is like a signature of data given in a standard fashion. This representation has a fixed length, and is unique for different strings of data. Files like this usually ends with md5, md5sum, sha, checksum, sum, or something similar.

Normal Usage

This feature can be used to verify file downloads. If the owner/maintainer/provider of a file creates a checksum, eg an MD5 or SHA file. You can download the file and also download this checksum file. And once the downloads are finished, you can natively calculate your own checksum using the checksum program. These downloaded and calculated values can be verified, thus telling you that the file downloaded is an exact copy of the original. Another use is to verify larger automatic backup solutions, such as common mirroring applications as rsync or wget.

History

This system has been used almost since the dawn of computers. And it is used even today without you knowing it, for example there is CRC checking as you transfer TCP/IP packages to view this page.

Links

Freshmeat software repository. System Archiving cfv, a general checksum creator/checker. This can even verify .torrent files!