~ubuntu-branches/ubuntu/vivid/krusader/vivid-proposed

« back to all changes in this revision

Viewing changes to doc/en/checksum.docbook

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-05-05 22:26:37 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505222637-ydv3cwjwy365on2r
Tags: 1:2.1.0~beta1-1ubuntu1
* Merge from Debian Unstable.  Remaining changes:
  - Retain Kubuntu doc path

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<sect1 id="checksum">
2
 
  <title>Checksum creation-verification</title>
3
 
  <indexterm>
4
 
    <primary>Checksum</primary>
5
 
  </indexterm>
6
 
  <para>
7
 
  <emphasis role="bold">
8
 
    <menuchoice>
9
 
      <guimenu>File</guimenu>
10
 
      <guimenuitem>Create Checksum</guimenuitem>
11
 
    </menuchoice>
12
 
  </emphasis>: &krusader; checks which tools you have
13
 
  and if those tools allow recursive operation (in case you
14
 
  selected folders), you can generate a checksum by choosing a
15
 
  checksum type from the list (md5, sha...). You can then save the
16
 
  checksum to a file, usually called checksum.md5 or
17
 
  checksum.sha1.</para>
18
 
  <para>
19
 
  <emphasis role="bold">
20
 
    <menuchoice>
21
 
      <guimenu>File</guimenu>
22
 
      <guimenuitem>Verify Checksum</guimenuitem>
23
 
    </menuchoice>
24
 
  </emphasis>: &krusader; checks if you have a tool that
25
 
  supports the type of checksum you need (from your specified
26
 
  checksum file) and displays the files that failed the checksum
27
 
  (if any).</para>
28
 
  <para>The system abstracts over different checksum mechanisms and
29
 
  Checksum Utilities. At the moment, the following checksums are
30
 
  supported: md5, sha1, sha256, sha224, sha256, sha384, sha512,
31
 
  tiger, whirlpool, cfv and crc. Please check your 
32
 
  <link linkend="konfig-dependencies">Checksum Utilities
33
 
  settings</link> before using this function.</para>
34
 
</sect1>