Question: Write a Merkle-Hellman cryptosystem in C++ **Please don't just copy/paste some code, if you don't know, then don't answer** Information on cipher can be found
Write a Merkle-Hellman cryptosystem in C++ **Please don't just copy/paste some code, if you don't know, then don't answer** Information on cipher can be found here: https://en.wikipedia.org/wiki/Merkle%E2%80%93Hellman_knapsack_cryptosystem
Instructions for program:
Your program will need to get its input from a file in the following format
First line is an integer saying how many test cases are in the input file
A line containing the plaintext to be encrypted. (Needs to be converted to binary).
A line containing a single integer with the number of items in the sequence
A line containing the entire sequence.
Input example:
2 (this is the number of test cases are in the flie)
HELLO (This will need to be converted to binary for the encryption)
3 (number of items in the super increasing sequence)
132 (entire super increasing sequence)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
