Tags | |
UUID | b6bef99d-0951-11ee-b65f-bc764e203090 |
The Caesar Cipher encrypts non-numeric data by shifting the letters forward or backward on the alphabet by a constant amount. This amount (K) can either be positive (specifying a right shift) or negative (specifying a left shift).
INSTRUCTIONS: Enter the following
Cyphertext (C): The encrypted data is returned as cyphertext; a string of characters shifted along the alphabet
Encryption Method (E): The encryption method manipulating this data is the Caesar Cypher Encryption
No comments |