Question
Write a Merkle-Hellman cryptosystem in C++ **Don't just copy/paste some code, if you don't know, then don't answer** Information on cipher can be found here:
Write a Merkle-Hellman cryptosystem in C++ **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.
A line containing a single integer with the number of items in the sequence
A line containing the entire sequence.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started