in Others retagged by
5,287 views
0 votes
0 votes

Decrypt the message "WTAAD" using the Caesar Cipher with key =15

  1. LIPPS
  2. HELLO
  3. PLLEH
  4. DAATW
in Others retagged by
5.3k views

4 Answers

2 votes
2 votes

In Caesar Cipher algorithm:

If we have to Decrypt the message, Decrease(count backwards) the value given key(15 in this question) times.

If we have to Encrypt the message, Increase(count forward) the value given key times.

Here, we have to Decrypt WTAAD:

W=23, T=20, A=1, A=1, D=4 and key = 15.

So, as already mentioned above we have decrypt by 15.

W = 23-15 = 8 = H

T = 20-15 = 5 = E

A = 1-15 = -14 = -14+26 = 12 = L  // You can also simply get it by counting 15 times backwards from A, like z,y,x,w.......

A = 1-15 = -14 = -14+26 = 12 = L

D = 4-15 = -11 = -11+26 = 15 = O

Hence, Option (B) is correct.

0 votes
0 votes
WTAAD -> Simply Replace each Letter with 15th Alphabet->LIPPS

So Option (1) is correct.

4 Comments

Official Ans key is given Option 2 as correct answer
 

 

0
0
The answer should be option 2
Caeser cipher always shift the alphabet down
So WTAAD is encoded as hello
Each alphabet is reduced by given key =15
0
0
@kmittal1908

Yes. Right.
Thanks.
0
0
I think your answer is right with little bit correction required in explanation

Actually HELLO is encoded to WTAAD and thus WTTAD is decoded to HELLO

Please correct me if I am worong
0
0
0 votes
0 votes
message is in encrypted from  so ans is hello
0 votes
0 votes
The message "WTAAD"  is already encrypted.

we need to decrypt it by simply shifting the keys by 15 places in reverse order.

hence W shifted 15 places in reverse order corresponds to H. similary

T->E

A->L

D->O

hence ans is HELLO, option 2.

1 comment

yes u r right and in case of encrypt se my answer
0
0

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true