1.

What will be the ciphered text corresponding to “ALGORITHM” if beaufort cipher is used for encryption with key as “KEY”?(a) BNJSWOAPV(b) KTSWNQRXM(c) AMIRVNZOU(d) MBPHJSNIUThe question was asked in unit test.This key question is from Cryptography in portion Cryptography of Data Structures & Algorithms II

Answer»

Correct choice is (b) KTSWNQRXM

The explanation is: For encrypting plain text choose the FIRST letter of plain text (i.e. A) in the first horizontal row. Then find the first letter of key (i.e. K) in the column obtained in the first STEP. Finally, choose the leftmost letter of the row (i.e. K) obtained in the PREVIOUS step. So the CORRESPONDING cipher text is “KTSWNQRXM”.



Discussion

No Comment Found

Related InterviewSolutions