Assignment 01 cs609 2022

CS609
Assignment 1 Spring 2022
Question No. 1
Encryption is a process which scrambles the data, so that it can only be read by the
authorized person. In today’s world, encryption is an integral part of information security.
This technique dates back to the Roman Empire era.
They use basic encryption techniques to encrypt their secret conversations in war days. One
of the various techniques are the Caesar Cipher Decryption algorithm.
In this method an alphabet is substituted by another alphabet placed n positions forward in
a circular manner.
Write a function in C/C++ to implement a Caesar Cipher Decryption algorithm. This
function will convert an input file containing some cipher-text (of alphabets only) into output
file of plain-text.
Detailed Instructions:
i. The function will take the following three arguments:
a) Two file paths (input and output)
b) One Shift variable of DWORD type
ii. Take 5 as the value of Shift
variable.
iii. Input file should be converted to plain-text file, byte-by-byte
iv. The function must ignore any error reporting messages
Solution
#include
#include
using namespace std;
void encryptyfunc(ifstream filename, ofstream decfilename, DWORD key=5)
{
ifstream OutputData(filename);
char ch[50]=””;
ofstream OutputData(filename);
OutputData.getting(ch,49);
do{
for(int i=0;i

Calculate the price
Make an order in advance and get the best price
Pages (550 words)
$0.00
*Price with a welcome 15% discount applied.
Pro tip: If you want to save more money and pay the lowest price, you need to set a more extended deadline.
We know how difficult it is to be a student these days. That's why our prices are one of the most affordable on the market, and there are no hidden fees.

Instead, we offer bonuses, discounts, and free services to make your experience outstanding.
How it works
Receive a 100% original paper that will pass Turnitin from a top essay writing service
step 1
Upload your instructions
Fill out the order form and provide paper details. You can even attach screenshots or add additional instructions later. If something is not clear or missing, the writer will contact you for clarification.
Pro service tips
How to get the most out of your experience with StudyAcademia.com
One writer throughout the entire course
If you like the writer, you can hire them again. Just copy & paste their ID on the order form ("Preferred Writer's ID" field). This way, your vocabulary will be uniform, and the writer will be aware of your needs.
The same paper from different writers
You can order essay or any other work from two different writers to choose the best one or give another version to a friend. This can be done through the add-on "Same paper from another writer."
Copy of sources used by the writer
Our college essay writers work with ScienceDirect and other databases. They can send you articles or materials used in PDF or through screenshots. Just tick the "Copy of sources" field on the order form.
Testimonials
See why 20k+ students have chosen us as their sole writing assistance provider
Check out the latest reviews and opinions submitted by real customers worldwide and make an informed decision.
11,595
Customer reviews in total
96%
Current satisfaction rate
3 pages
Average paper length
37%
Customers referred by a friend
OUR GIFT TO YOU
15% OFF your first order
Use a coupon FIRST15 and enjoy expert help with any task at the most affordable price.
Claim my 15% OFF Order in Chat