Page 1 of 1

For Caesar cipher (or) shift cipher, •Prepare a Caesar ciper application on a sentence you choose. The algorithm will be

Posted: Fri May 20, 2022 12:42 pm
by answerhappygod
For Caesar cipher (or) shift cipher,
•Prepare a Caesar ciper application on a sentence you choose.
The algorithm will be applied 3 times on the choosen sentence.
1- k=3
2- k= 2*k – 1
3- k= 2*k + 1
•You program application need to encrypt and decrypt at the
end.