Skip to content

Tool for enciphering/deciphering Playfair and Hill ciphers.

License

Notifications You must be signed in to change notification settings

WillStOnge/MAT-385-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAT 385 Project

Tool built for MAT 385 (Discrete Mathematics) at NKU by Will St. Onge and Greyson Fangman. This tool allows the user to encipher/decipher using the playfair and hill ciphers.

This tool is fairly modular, so it should be easy to expand if one wished to add support for other ciphers (caesar, multiplication, affine, etc.)

The sister tool for the affine cipher exists at WillStOnge/Affine-Cipher-Breaker.