An Encryption Program
- File encryption
- To scramble it so that it is readable only to those who know the encryption method and secret keyword
- To use Caesar cipher
- Choose an encryption keya number between 1 and 25
- Example: If the key is 3, replace A with D, B with E, . . .

- To decrypt, use the negative of the encryption key