CRYP is a pseudo-infinite key data encryption system.
A very fast and secure method of encrypting data files.Includes all source files for C# version of the program.
The algorithm for the Data Encryption Standard (DES) runs too slow on mostcomputers, but simpler methods have not provided secure encryption. CRYPsolves this problem by being both fast and secure. DES, though normallyconsidered a very secure form of encryption, has a very complicated algorithmand runs very slow when implemented on a computer. CRYP attempts to be evenmore secure than DES by using a larger and more random key, and at the sametime is reasonably fast.
