previous |
start |
next
Encryption
To encrypt a file means to scramble it so that it is readable
only to those who know the encryption method and the secret
keyword.
To use Caesar cipher
- Choose an encryption key - a number between 1 and 25
- If the key is 3, replace A with D, B with E
- To decrypt, use the negative of the encryption key
previous |
start |
next