Short:        Secure Address Book with AES encryption
Author:       Rupert Hausberger <natmeg@gmx.net>
Uploader:     Rupert Hausberger <natmeg gmx net>
Type:         biz/dbase
Version:      2.2
Architecture: ppc-morphos

Description
===========
  "SAB" means "Secure Address Book". It can be used to manage a address-book,
  for your eyes only.

Features
========
  Programm
  --------
    - Passphrase protection.
    - Builtin AES256 encryption.
    - Packing of data with builtin LZMA.
    - Unlimited groups in a group.
    - Unlimited contacts in a group.

  MUI
  ---
    - Full auto GUI.
    - Drag & Drop sortable groups.
    - Cut & Paste sortable contacts (between groups).
    - Custom toolbar with icons.
    - Controlable through context menus.
    - Context menus in title-bar to disable unused colums.

Requirements
============
  - MorphOS 1.x
  - NList classes

Installation
============
  Copy the SAB-drawer where you like, no assigns are needed.

How it works
============
  First a SHA256-sum is generated from the passphrase. Then this 32 byte
  checksum is used as input for AES256 to en-/decrypt the LZMA-packed
  address-book.

FAQ
===
  Q: Where is the "Save"-button?
  A: It does save on quit, in case something changed.

  Q: How to i move a contact to another group?
  A: Use "Cut/Paste" from the context menu.

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

Copyrights
==========
NList         : ©2001-2012 NList Open Source Team
                http://www.sourceforge.net/projects/nlist-classes/

AES256/SHA256 : ©2000,2002 Joan Daemen, Vincent Rijmen
                http://www.nist.gov/

LZMA          : ©1998 Igor Pavlov
                http://www.7-zip.org

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

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