Skip to content

A simple file encryption system made in C++ for a college project which takes a text file and encrypts it in ASCII, AES & RSA.

License

Notifications You must be signed in to change notification settings

MayureshJoshi25/Simple-File-Encryption-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple-File-Encryption-System

A simple file encryption system made in C++ for a college project which takes a text file and encrypts it in ASCII, AES & RSA.

This system requires the installation of the Crypto++ Library for some functions within. Link: https://www.cryptopp.com/wiki/Main_Page

The flow of the project starts with the user entering or inputting a file (text file) into the system. After that the user will be prompted to select between the 3 encryption schemes (Character based, AES and RSA) to be applied to the file in order to encrypt it. After encrypting the required file, the user can choose to decrypt it.

Flow:

Picture1

  • Here, fescpp.cpp is the main file that accepts a test file named test.txt.

  • An encypted file named tmp.txt is obtained.

  • Encryption facility is also available.

About

A simple file encryption system made in C++ for a college project which takes a text file and encrypts it in ASCII, AES & RSA.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages