During a network security test, an encryption algorithm alters text strings based on character classification. When the algorithm processes the input string PLANET, it generates the cipher NJDLHR. Applying the exact same logical transformation, which of the following is the cipher for the input ORBIT?
- ARUELW
- BMPZGR
- RPZLRCevap
- DMUEGW
Cevap
The cipher for ORBIT is RPZLR.
The encryption algorithm applies a specific positional shift based on whether a letter is a vowel or a consonant. Consonants are shifted backward by 2 steps in the alphabet, while vowels are shifted forward by 3 steps. Applying this to ORBIT: O(+3)=R, R(-2)=P, B(-2)=Z, I(+3)=L, and T(-2)=R, yielding the cipher RPZLR.
Adım Adım Çözüm
Anahtar Kavram
Coding and Decoding based on Vowel and Consonant conditions
Tahmini Süre:1m 30s