CrypF is a data encryption system with the following features:
* Pseudo-infinite key data encryption system
* A very fast and secure method of encrypting data files
* Internal random number generator
* Can run CrypF code from files
* Hot Help from F1 key
* Written in Microsoft Visual C# .NET 2005 for Windows
The algorithm for the Data Encryption Standard (DES) runs too slow
on most computers, but simpler methods have not provided secure
encryption. CrypF solves this problem by being both fast and
secure. DES, though normally considered a very secure form of
encryption, has a very complicated algorithm and runs very slow
when implemented on a computer. CrypF attempts to be even more
secure than DES by using a larger and more random key, and at the
same time is reasonably fast.
Keywords: C#, Encryption, Decryption, Encrypt, Decrypt, Encode, Decode, Protect, Scramble, Security
Recent Changes: Made C# console version
Install Support: Install and Uninstall
Supported Languages: English
Additional Requirements: May need to install .NET Framework Package for C#
|