Lab 8: Polybius Cipher

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

Task Outline

Background Theory

Regular key

Scrambled key

Hints

letter = key[row][column]

Code Distribution

Description File Size File Name
Python Source Code for Polybius Cipher 1.8KB lab08.zip

Contents of lab08.zip:

Lab08PolybiusCipher/
├── polybiuscipher.py
└── testpolybiuscipher.py

Specification

Testing

Submission