Quantcast

Caesar Cipher Encrypt

Last modified by
on
Jan 5, 2024, 3:09:34 PM
Created by
on
Jun 12, 2023, 6:48:25 PM
C=EK(M)
(M)Plaintext
(K)Key
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

  • (M) Plaintext (the text you want to be encrypted)
  • (K) Key (the amount by which the plaintext is shifted on the alphabet)

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

Caesar Cipher Decrypt


Computer Science Calculators


String Manipulation Equations:


This equation, Caesar Cipher Encrypt, is used in 1 page
  • Comments
  • Attachments
  • Stats
No comments
This site uses cookies to give you the best, most relevant experience. By continuing to browse the site you are agreeing to our use of cookies.