- 100% managed code written in C#.
- Multi-threaded design. No long IO operations delaying your application.
- All error handling works through .NET exception classes.
- Documentation fully integrated into Visual Studio.NET
- Information-rich status report events with percentages, byte counts.
- Controllable encryption algorithms.
Encryption types
FileCrypto supports traditional secret-key encryption(symmetric).
- DES - The Data Encryption Standard (DES) algorithm. Provides 64-bit encryption/decryption.
- RC2 - The RC2 symmetric encryption algorithm. Provides 128-bit encryption/decryption.
- Rijndael - The Rijndael symmetric encryption algorithm (US Advanced Encryption Standard). Provides 256-bit encryption/decryption.
- TripleDES - Triple Data Encryption Standard algorithm. Provides 192-bit TripleDES encryption/decryption.
FileCrypto is designed to be flexible yet extremely easy to use. In fact, it only takes one line of code to encrypt or decrypt files.