TENCRYPT 16-bit and 32-bit components
==================================

Note
====
The 16-bit and 32-bit versions are compiled conditionally from the same source, but the DCU and DCR files are different. Do not overwrite one with the other.

Author
======
gbamber@mistral.co.uk

Distribution
============
Freeware

Platforms
=========
Borland(tm) Delphi V1.0 V1.2 V2.0

Purpose
=======
TENCRYPT is for simple encryption/decryption of ascii strings.
Use it for storing sensitive information in INI files.

Properties
==========

32-bit and 16-Bit
=================
1) ENCRYPT1.InString is for input.
2) ENCRYPT1.Key is for input.
3) ENCRYPT1.Mode is for input.
4) ENCRYPT1.OutString is for output.
