
CrypF - A data encryption system written in C#
C# Forms Version 7.0.x.xxxxx
Copyright (c) 1981-2007 by author: Harry J. Smith,
19628 Via Monte Dr., Saratoga, CA 95070.  All rights reserved.

A pseudo infinite key data encryption system by Harry J. Smith

Key words: Encryption, DES, Random number generator, Security, Infinite key.

A very fast and secure method of encrypting data files.
Includes all source files for the C# Forms Version of the program.

The CrypF code file TestV.CFC uses these files to verify that CrypF still
works correctly. These files were actually generated by:
      CRYP - A data encryption system written in C, with pipes
      Version 6.00, 1992-11-15, 1400 hours
      Copyright (c) 1987-1992 by author: Harry J. Smith

File name      | What it is for (Files in testVerify)
---------------|----------------------------------------------------------------
!         .txt | Information on version
0D        .txt | File 0E.txt decoded
0E        .txt | File 0.txt encoded
17D       .txt | File 17E.txt decoded
17E       .txt | File 17.txt encoded
18D       .txt | File 18E.txt decoded
18E       .txt | File 18.txt encoded
1D        .txt | File 1E.txt decoded
1E        .txt | File 1.txt encoded
1RD       .txt | File 1RE.txt decoded
1RE       .txt | File 1R.txt encoded
2RD       .txt | File 2RE.txt decoded
2RE       .txt | File 2R.txt encoded
3D        .txt | File 3E.txt decoded
3E        .txt | File 3.txt encoded
WhatForVer.txt | This file, volume table of contents for the testVerify folder
Z128KD         | File Z128KE.txt decoded
Z128KE         | File Z128K.txt encoded
Z160KD         | File Z160KED.txt decoded
Z160KE         | File Z160K.txt encoded
Z160KED        | File Z160KE.txt decoded
Z160KEE        | File Z160KE.txt encoded
ZD             | File ZE.txt decoded
ZE             | File Z.txt encoded

     End of file
