Tags | |
UUID | ec5da14a-0956-11ee-b65f-bc764e203090 |
The Caesar Cipher decrypts 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
(C) Cyphertext (the encrypted text you want to be decrypted)
(K) Key (the amount by which the plaintext was shifted on the alphabet)
Plaintext (M): The encrypted data is returned as cyphertext; a string of characters shifted along the alphabet
Decryption Method (D): The decryption method manipulating this data is the Caesar Cypher Decryption
No comments |