Solution
Use the mapping A=1,…,Z=26.
Word: QUIZ
Q=17, U=21, I=9, Z=26
Encryption key:
k=3−3i
Encryption (multiply by k)
Q:U:I:Z: 17(3−3i)=51−51i 21(3−3i)=63−63i 9(3−3i)=27−27i 26(3−3i)=78−78i
Encrypted values:
(51−51i, 63−63i, 27−27i, 78−78i)
Decryption (multiply by k−1)
3−3i1=(3−3i)(3+3i)3+3i=183+3i=61+i
Now:
(51−51i)⋅61+i=17,(63−63i)⋅61+i=21,(27−27i)⋅61+i=9,(78−78i)⋅61+i=26
So the decrypted word is QUIZ.
Encrypted: (51−51i,63−63i,27−27i,78−78i) → Decrypted: QUIZ