Skip to content

The code is about an interface which does file encryption and decryption in C++, this program will specifically do simple byte change encryption, with the addition of adding ".encrypted" terminology at the end to confirm the encryption of the file

License

Notifications You must be signed in to change notification settings

EfrenFloresPorras/BasicFileEncryptionDecryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

BasicFileEncryptionDecryption

The code is about an interface which does file encryption and decryption in C++, this program will specifically do simple byte change encryption, with the addition of adding ".encrypted" terminology at the end to confirm the encryption of the file.

If you want a complete document regarding the corresponding research about this type of proyect, please refer to the repository similarily named 'FileEncryptionDecryption'. In that repository you will find all the information and research done regarding types of encryption in C++.

About

The code is about an interface which does file encryption and decryption in C++, this program will specifically do simple byte change encryption, with the addition of adding ".encrypted" terminology at the end to confirm the encryption of the file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published