-----------
Version 1.3
-----------

Changes were made to keep compatible with Clipper 5.0, 5.01, & 5.2.


-----------
Version 1.2
-----------

Modified the encode/decode functions to allow either saving the
encrypted string to a .MEM file or hashing it into the .EXE of the
programmer's choice.

Changed the passed parameters of both the encode/decode functions to
facilitate this.


-----------
Version 1.1
-----------

Fixed a bug in the decode algorithm.  A "matched" condition would
occur if the string lengths were not the same when the entered string
was a subset of the encrypted string.

i.e. if a user entered 'he' and the password was 'help' a true match
condition would be returned. 


-----------
Version 1.0
-----------
 
Released the function library to the public.
