DESAIPHER
Software
BACKGROUND INFO
What is a Shift?
A shift is a move (data) one or more places to the right or left. The Letter A if it was shifted 2 then it would be the letter C.
DESAIPHER
Mohid Fawad. Kasey Doan, Niklesh Giragama
Our project is a Caesar cipher. But it is a more complex version. The shift would be a word. The letters in the word would represent a number. Instead of only using numerical values. We use the first letter in the alphabet which is 26 and the last letter would be 1. For example, Z=1, B=25, Y=2, and A=26. The shift could be a word such as BOY. The shift would then be 25, 12, and 2. If the phrase is “Desai”, D would be C, E would be Q, S would be U, A would be Z, I would be U. The final phrase would be C Q U Z U. The first letter would be shifted by 25, the second letter would be shifted by 12, and the third letter would be shifted 2. Then you would repeat it since you have gone through three letters. If the word is BOY, then you would repeat after 3 letters.
https://crypto.interactive-maths.com/caesar-shift-cipher.html
CRACKING THE CODE
Find the shift word
Find the corresponding numbers to each of the letters in the word
Starting shifting each letter by their corresponding number to the word to be encrypted (repeat if your word to be encrypted is longer than the shift word)
You now have the encrypted word!
DESAIPHER SERVICES
Exceeding Your Expectations
Word to be encrypted: Desai
Shift: YAG
2, 26, 20
Shift= 2, 26, 20
D=F
E=E
S=M
A=C
I=I
Encrypted word: FEMCI
The shift word is YAG
The corresponding numbers would be 2, 26, 20, based off of our cipher.
-
D shifted by 2=F
E shifted by 26=E
S shifted by 20=M
A shifted by 2=C
I shifted by 26=I
The encrypted word is FEMCI