Caesar Cipher
- Design a PHP program to implement the
Caesar
Cipher.
- The HTML form will consist of
- A TEXTAREA for users to input a message,
- An INPUT field to input a key (positive integer), and
- A SUBMIT button.
- After the user click the SUBMIT button, the program displays the
encrypted message.