Question

Given that A to Z are mapped to integers 0-25 as follows. A:0, B:1, C:2, D:3,...

Given that A to Z are mapped to integers 0-25 as follows.

A:0, B:1, C:2, D:3, E:4, F:5, G:6, H:7, I: 8, J: 9, K:10, L:11, M:12, N:13, O:14, P:15, Q:16, R:17, S:18, T:19, U:20, V:21, W:22, X:23, Y:24, Z:25.

Encrypt the following message using Vigenere Cipher with key: CIPHER

THISQUIZISEASY

What is the ciphertext? Show your work.

PLEASE HELP

Homework Answers

Answer #1

Message : THISQUIZISEASY

Cipher : CIPHER

message T H I S Q U I Z I S E A S Y
key C I P H E R C I P H E R C I
encryption V P X Z U L K H X Z I R U G

Encryption is done using Vignere Table : https://media.geeksforgeeks.org/wp-content/cdn-uploads/Vigen%C3%A8re_square_shading.png

The row selected is Key letter and column to be used is message.
For example, for message = T, key = C the value using vignere table is found out to be V.

The cipher text generated is : VPXZULKHXZIRUG (2115232520111072325817206)

Please look at the working below as well.

Please comment in case of doubts and queries.
Kindly upvote if you found it useful :)

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Write a C++ program to demonstrate thread synchronization. Your main function should first create a file...
Write a C++ program to demonstrate thread synchronization. Your main function should first create a file called synch.txt. Then it will create two separate threads, Thread-A and Thread-B. Both threads will open synch.txt and write to it. Thread-A will write the numbers 1 - 26 twenty times in nested for loops then exit. In other words, print 1 - 26 over and over again on separate lines for at least 20 times. Thread-B will write the letters A - Z...
Consider permutations of the 26-character lowercase alphabet Σ={a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}. In how many of these permutations do a,b,c...
Consider permutations of the 26-character lowercase alphabet Σ={a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}. In how many of these permutations do a,b,c occur consecutively and in that order? In how many of these permutations does a appear before b and b appear before c?
Use python language please #One of the early common methods for encrypting text was the #Playfair...
Use python language please #One of the early common methods for encrypting text was the #Playfair cipher. You can read more about the Playfair cipher #here: https://en.wikipedia.org/wiki/Playfair_cipher # #The Playfair cipher starts with a 5x5 matrix of letters, #such as this one: # # D A V I O # Y N E R B # C F G H K # L M P Q S # T U W X Z # #To fit the 26-letter alphabet into...
7. Between Z=0 and Z=-3 a. 0.9987 b. -0.4987 c. 0.5000 d. 0.4987 e. 0.0013 8....
7. Between Z=0 and Z=-3 a. 0.9987 b. -0.4987 c. 0.5000 d. 0.4987 e. 0.0013 8. Between Z=-1.95 and Z=1.95 a. 0.9988 b. -0.4488 c. 0.4488 d. 0.9488 e. -0.9488 9. Between Z=1 and Z=3 a. 0.9987 b. 0.1573 c. 0.0013 d. 0.8413 e. 2 10. Find the Z value that corresponds to the given area . a. 1 b. 0.1 c. 0 d. 0.50 e. None of them 11. a. 0.8416 b. -0.1584 c. -0.20 d. -0.8416 e. 0.80...
Binomial      n   25   p   0.39         xi   P(X<=xi)   0   0.0000   1   0.0001&nbsp
Binomial      n   25   p   0.39         xi   P(X<=xi)   0   0.0000   1   0.0001   2   0.0006   3   0.0032   4   0.0123   5   0.0367   6   0.0886   7   0.1789   8   0.3086   9   0.4653   10   0.6257   11   0.7654   12   0.8697   13   0.9363   14   0.9729   15   0.9900   16   0.9968   17   0.9992   18   0.9998   19   1.0000   20   1.0000   21   1.0000   22   1.0000   23   1.0000   24   1.0000   25   1.0000   Use the cumulative binomial probability excel output above (dealing with the number of Americans who are satisfied with...
Question 2: Write a C program that read 100 integers from the attached file (integers.txt) into...
Question 2: Write a C program that read 100 integers from the attached file (integers.txt) into an array and copy the integers from the array into a Binary Search Tree (BST). The program prints out the following: The number of comparisons made to search for a given integer in the BST And The number of comparisons made to search for the same integer in the array Question 3 Run the program developed in Question 2 ten times. The given values...
C Programming I am trying to also print the frequency and the occurrence of an input...
C Programming I am trying to also print the frequency and the occurrence of an input text file. I got the occurrence to but cant get the frequency. Formula for frequency is "Occurrence / total input count", this is the percentage of occurrence. Can someone please help me to get the frequency to work. Code: int freq[26] = {0}; fgets(input1, 10000, (FILE*)MyFile); for(i=0; i< strlen(input); i++) { freq[input[i]-'a']++; count++; } printf("Text count = %d", count); printf("\n"); printf("Frequency of plain text\n");...
City Code % Under 21 # of Fatals 1 16 3.822 2 7 0 3 5...
City Code % Under 21 # of Fatals 1 16 3.822 2 7 0 3 5 0.46 4 10 2.033 5 14 2.282 6 10 0.621 7 12 1.511 8 12 1.824 9 13 1.209 10 11 2.034 11 8 1.321 12 14 2.468 13 14 2.455 14 18 3.787 15 16 3.508 16 10 1.113 17 7 1.144 18 15 3.084 19 18 4.16 20 16 3.688 21 8 0.782 22 9 1.307 23 14 2.016 24 13 3.542...
Dep Delay Arr Delay q1 -13 -9 q3 1 3 IQR 14 12 stdev 9.211846 9.660933...
Dep Delay Arr Delay q1 -13 -9 q3 1 3 IQR 14 12 stdev 9.211846 9.660933 negative 291 zero 39 positive 170 total (should be 500) 500 all data is for arrival data. please help me explain these can someone help me answer these questions and tell me how to put them in excel.thanx in advance 1.    Define a random variable (X) so that your chosen data set represents values of X. 2.    Is your chosen random variable discrete or...
1 #include <stdio.h> 2 #include <stdlib.h> 3 4 extern char **environ;    5 void output(char *a[], char...
1 #include <stdio.h> 2 #include <stdlib.h> 3 4 extern char **environ;    5 void output(char *a[], char *b[]) { 6 int c = atoi(a[0]); 7 for (int i = 0; i < c && b[i]; ++i) { 8 printf("%s", b[i]+2); 9 } 10 } 11 12 void main(int argc, char *argv[]) { 13      14 switch (argc) { 15 case 1: 16 for (int i = 0; environ[i]; ++i) {    17 printf("%s\n", environ[i]); 18 } 19 break; 20 default: 21 output(argv +...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT