Potential buggy content in caesar cipher website

63 Views Asked by At

I'm writing a program to perform simple caesar decryption and encryption. I looked at the tutorial via the link http://www.math.stonybrook.edu/~scott/papers/MSTP/crypto/3Caesar_Cipher.html. My question is that to encrypt the string abcde fghij klmno pqrst uvwxy z to XYZAB CDEFG HIJKL MNOPQ RSTUV W. Do we need to shift the letters by 23 instead of 3 if we ignore the upper case? Also, the encryption of the string veni vidi vici seems to be incorrect. I got SBKF SFAF SFZF not SBKF SFGF SFZF

0

There are 0 best solutions below