Short:        sha256ht - hash a directory with sha256
Author:       Rupert Hausberger <natmeg@gmx.net>
Uploader:     Rupert Hausberger <natmeg gmx net>
Type:         util/misc
Version:      1.1
Architecture: m68k-amigaos

Description
===========
  sha256ht is a program to create a recursive hash-tree from a given path.
  As hash-function SHA-256 is used, therefore the name.

  In short, it can be used to validate a whole directory-tree.

Requirements
============
  - AmigaOS 3.x

Installation
============
  Copy the executable to C:

Usage
=====
  sha256ht does only work from a shell.

  Arguments
  ---------
  PATH,V=VERBOSE/S

  PATH        - Input path.
  V=VERBOSE/S - While hashing, print filenames with 'n' (NewLine) and with the full path.

  Example
  -------
  Checking the MorphOS-2.2 CD (morphos-2.2.iso)

  C:sha256ht CD0: (if morphos-2.2.iso is burned on CD and it's in CD0)

  Should output:
  1bb063bcbe06fc0005922ebb94e23ffedba5edd1b9380d4c212ae9fabd1c8dc3

  This is now the sha256-sum for the complete tree. If one file or drawer get changed,
  the final sum will differ...

Author
======
  ©2005-2012 Rupert Hausberger <natmeg@gmx.net>
  http://natmeg.mooo.com/

License
=======
  GPL. Please refer to the file COPYING for details.

History
=======
  Please refer to the file ChangeLog for details.