=======================================
TCrypIni - Inifile Decrypt Shareware

Copyright 1998 FastWare, Andreas Hammar
=======================================


Description
~~~~~~~~~~~
The TCrypIni-class is Exactly the same as the TIniFile-Class.
Everything in the Inifile will be encrypted, Unreadable.

Limitation in Shareware version
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A Message will be display every third minute, To keep reminding you
that this class is shareware!.

Added: 
  Property CrypKey;

Everything you need to do is to change 

  IniFile := TIniFile.Create(Filename)
to
  IniFile := TCrypIni.Create(Filename);

and Add 
  Inifile.CrypKey := 'My own crypkey';

Be sure to use the same Crypkey if you want to read the inifile from other projects!
This value must be set after CREATE!

Thats all! 

All methods and properties are exactly the same as TInifile.


Usage
~~~~~
1. Put the CrypIni.DCU in your searchpath, such as the LIB directory.
2. Put the CrypIni in Uses.


Security
~~~~~~~~
Nothing is secure. I believe TCrypIni is relative secure.
The Encryption alogarithm is easy to change if you buy the source!


How to get the source
~~~~~~~~~~~~~~~~~~~~~
Buy it.

Price
~~~~~
Source: 35$ USD: Order Online
Compiled Unit: 9$: Order Online
Or send us the money.
Order online: https://www.regnow.com/softsell/nph-softsell.cgi?item=1423-4

FastWare 
BOX 1221 
262 23 SWEDEN

email: fastware@fastware.se
Home: http://www.fastware.se
DelphiPage: http://www.fastware.se/delphi