Files created by Moneypenny
@author Walter Roth

Moneypenny stores its data in two to three different locations:

Directory #1
 A temporary directory "moneypenny" in the user's home directory
 e.g. /home/username/moneypenny. This directory is on the ramdisc, 
 if monneypenny is running from CD. If running from harddisk, the 
 directory will be removed with a simple rm command when moneypenny is closed.
 
Directory #2
 A persistent directory "moneypenny" for the data and configuration on the removable medium.
 e.g. /mnt/auto/floppy/moneypenny  for a floppy
 or /media/usb.....     for a USB device
 
Directory #3
  They keys are either stored in directory #2 or in a separate directory #3
  on a removable medium. The directory is choosen by the user. This allows to
  keep the key separated from the data.
 
  
  
  
Files in Directory #1
  "openhbci.conf"
  Contains the configuration data of the openhbci engine.
 "moneypenny.conf"
  Conatins the configuration data of the aqmoney engine. 
 "templates.conf"
  Conatins the configuration data of the template engine.
 "hbcidata"
  This subdirectory contains the transaction data etc.
  
 If you want to access directory #1, run moneypenny from harddisk and copy
 the contents of the directory to another directory, while moneypenny is running.
 
Files in Directory #2
 "moneypenny.bf"
 The contents of directory #1, compressed with tar and gnuzip and encrypted with the
 openssl - blowfish cipher.
 "iv.dat"
 The initialization vector for blowfish.
 "pwmd.dat"
 The md5 hash value for the login password.
 "*.key"
 If the user keeps his key here, this is the HBCI key file.
 
 Files in Directory #3
 "*.key"
 The hbci key file.