Skip to content

A console-based C++ program that performs Trapdoor Knapsack encryption and decryption.

Notifications You must be signed in to change notification settings

mauricerizat/Trapdoor-Knapsack-Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trapdoor-Knapsack-Encryption

A console-based C++ program that performs Trapdoor Knapsack encryption and decryption.

IMPORTANT

THIS PROGRAM IS WRITTEN IN C++ (C++11 recommended)

THIS README DEMONSTRATES THE EXECUTION OF THIS PROGRAM ON A LINUX TERMINAL WITH A C++ COMPILER

COMPILATION

Enter the following command into the terminal to compile the program along with all dependencies:

make

EXECUTION

Enter the following command into the terminal to run the program:

./trapKnap.out

CLEAN

Enter the following command into the terminal to remove all objects and .out files associated with the program:

make clean

Contact me at mauricerizat@gmail.com to report bugs.

About

A console-based C++ program that performs Trapdoor Knapsack encryption and decryption.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published