Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 436 Bytes

File metadata and controls

19 lines (12 loc) · 436 Bytes

Cryptography

CPS 109 - Computer Science Course Project

This application allows you to Decrypt text using a combination of a Substitution Cipher and a columnar Transposition Cipher algorithms.

How to Run?

Compile the java file and run it using the following commands in the terminal:

javac Decrypt.java
java Decrypt [key] [input file] [output file]

Author

Mark Volfson