Another flawlessly written program to up your C# skills! The code is written and tested in Visual Studio 2012. Features of this project are:
- Encrypt and Decrypt any type of file/s in your computer system.
- Easy to use interface. Few clicks required only.
- Choose passkey also known as a password. May consist of letters and numbers[Maximum 8].
- Keep original files intact. You may change code to delete original files but we did not implement this currently.
- A class with functions to encrypt and decrypt files is created. This file may be reused.
- The Rijndael algorithm of Encryption and Decryption is used internally to Cipher & Decipher.
![]() |
| C# Encryption Decryption |







