###############################################################################
#           pTrack password tracker                                           #
#           Copyright (c) 1999 Brent Williams                                 #
#   -----------------------------------------------------------------------   #
#   This program is free software; you can redistribute it and/or modify      #
#   it under the terms of the GNU General Public License as published by      #
#   the Free Software Foundation; either version 2 of the License, or         #
#   (at your option) any later version.                                       #
#                                                                             #
#   This program is distributed in the hope that it will be useful,           #
#   but WITHOUT ANY WARANTY; without even the implied warranty of             #
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the              #
#   GNU General Public License for more details.                              #
#                                                                             #
#   You should have recieved a copy of the GNU General Public License along   #
#   with this program; if not, write to the Free Software Foundation, Inc.,   #
#   59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.                   #
#   -----------------------------------------------------------------------   #
#   To contact the author of this program:                                    #
#   Email: palenaka@palenaka.com                                              #
#   Snail Mail: 404 Walbury Dr, Knightdale, NC 27545, USA.                    #
###############################################################################

pTrack is a password tracking program written using 
mingw32 EGCS gcc2.95 (1) and a winapi gcc-win32 port (2). 
pTrack is licensed under the GNU Public License. 
That means you can use it for free for non-commercial
purposes. A commercial version is not available.

INSTALL:
Copy the pTrack.exe file to "c:\program files\ptrack\ptrack.exe"
Make a shortcut to it if you wish.
You can associate ".ptr" files in windows explorer.

Report any bugs you may find. Requests for new features will be ignored.

pTracks data file is encrypted using a 40-bit RSA Block-Cipher key
derived from a SHA hash of a file access password provided by the user.

The encryption process will *only* work if you have Windows95 OSR2
or a later version, or Windows NT 4.0 SP4 or later.
Cryptographic Service Provider is the standard 
"Microsoft Base Cryptographic Provider v1.0". To ensure you have this,
look in your registry under 'HKEY_LOCAL_MACHINE \ 
Software \ Microsoft \ Cryptography \ Defaults \
Provider \ Microsoft Base Cryptographic Provider v1.0'

(1) ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/mingw32/gcc-2.95/gcc-2.95-mingw32.zip
(2) http://www.acc.umu.se/~anorland/gnu-win32/w32api.html