Skip to content

velimirpaleksic/simple-encrypt-decrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

File Encryption/Decryption Utility

This simple C++ program allows you to encrypt and decrypt files using XOR encryption with a password.

Usage

  1. Compile the program using a C++ compiler.
  2. Run the executable.
  3. Enter the file path of the file you want to encrypt/decrypt.
  4. Enter a password.
  5. Choose whether to encrypt or decrypt the file.
  6. The program will generate the encrypted/decrypted file with the ".encrypted" extension.

Example

Enter file path: C:\Users\Person\Desktop\example.txt
Enter password: mypassword
Do you want to encrypt (e) or decrypt (d) the file? e
File encrypted successfully!

About

A simple C++ program for encrypting and decrypting files using XOR encryption with a password

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages