This project contains a simple file encryption application implemented in C++. The application allows the user to encrypt or decrypt a specified file by providing a password.
-
Compile and run the project in an environment with a C++ compiler.
-
When the program is executed, the user will be prompted to enter the following information:
-
File name: The name of the file to perform the operation on (e.g.,
document.txt
). -
Password: The password to be used for encrypting or decrypting the file.
-
Operation selection: Selection of encryption (1) or decryption (2) operation.
-
-
After entering the required information, the program will encrypt or decrypt the file according to the specified operation. The result of the operation will be reported to the user.
This project has the following dependencies:
- C++ compiler
This project is licensed under the MIT License. For more information, see the LICENSE file.
Please use the New Issue button to submit issues, feature requests or support issues directly to me. You can also send an e-mail to akin.bicer@outlook.com.tr.