Skip to content

fly1n/TextFileEncryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextFileEncryptor

Purpose

TextFileEncryptor generates password protected exe files from existing txt files. You can use this program to protect any information you want with a password.

How to use

You need crypto++ to compile the project.

Put Encryptor.exe and Decryptor.exe in the same folder.

Use 'cmd> Encryptor.exe path_to_txt_file' to encrypt the txt file.

A file named 'decryptor_1.exe' will be created in the same folder, it is the encrypted txt file.

When you want to read the information stored in exe files, run it and put your password into it.

Future developments

Todo:

  • GUI
  • Embed Decryptor.exe into Encryptor.exe as a section

About

Create password protected txt files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published