Skip to content

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.

License

Notifications You must be signed in to change notification settings

akinbicer/basic-file-encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic File Encryption Application

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.

Usage

  1. Compile and run the project in an environment with a C++ compiler.

  2. 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.

  3. 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.

Dependencies

This project has the following dependencies:

  • C++ compiler

License

This project is licensed under the MIT License. For more information, see the LICENSE file.

Issues, Feature Requests or Support

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages