Lab 7: Polybius Cipher

Web-CAT: Submit Java 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
Java Source Code for Polybius Cipher 6.8KB lab07.zip

Contents of lab07.zip:

Lab07PolybiusCipher/
├── package.bluej
├── PolybiusCipher.class
├── PolybiusCipher.ctxt
├── PolybiusCipher.java
├── PolybiusCipherJUnitTest.class
├── PolybiusCipherJUnitTest.ctxt
├── PolybiusCipherJUnitTest.java
└── README.TXT

Specification

Testing

Submission