Skip to content

ciarand/433_assignment1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is deprecated and unmaintained. Proceed with caution!

Cipher

Kourun Sok; Ciaran Downey; Stratton Aguilar

Notes

Because the Playfair cipher (ciphers/playfair.py) doesn’t handle repeated letters or 'X’s very well (i.e. it’s a "lossy" cipher), our unit tests are set to report false if there’s a discrepency between the original plaintext and the generated plaintext of more than 10% (measured per-character).

Tests

Getting your environment setup

  1. Get virtualenv (make sure you’re getting it for python3, not python2)

  2. cd into the project directory

  3. Run virtualenv .

  4. Run bin/pip install -r requirements.txt

Running the tests

  1. Run bin/py.test cipher_test.py

About

cesar and vigenere in python

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors