Problem Set 11: Vigenere Cipher

Web-CAT: Submit Python programs to this automated grading platform.

Task Outline

Background Theory

c_i = (p_i + k_j)\, \mbox{mod}\, 26

Example Case

Encryption shift

Hints

num = math.ceil(x)

Code Distribution

Description File Size File Name
Python Source Code for Vigenere Cipher 1.6KB pset11.zip

Contents of pset11.zip:

PSet11VigenereCipher/
├── testvigenerecipher.py
└── vigenerecipher.py

Specification

Testing

Submission