CSE1011-Lab 1: Implement The Ceaser Cipher Technique
The document describes implementing the Caesar cipher and Playfair cipher encryption techniques in C++. It includes code snippets to encrypt and decrypt messages using the Caesar cipher by shifting each letter by a key. It also includes code for the Playfair cipher that defines a 5x5 matrix of letters, encodes pairs of letters based on their positions in the matrix, and provides an example encryption of the message "Balloon".
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
476 views4 pages
CSE1011-Lab 1: Implement The Ceaser Cipher Technique
The document describes implementing the Caesar cipher and Playfair cipher encryption techniques in C++. It includes code snippets to encrypt and decrypt messages using the Caesar cipher by shifting each letter by a key. It also includes code for the Playfair cipher that defines a 5x5 matrix of letters, encodes pairs of letters based on their positions in the matrix, and provides an example encryption of the message "Balloon".