Skip to content

bzsinger/cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cipher

A Python implementation of a Caesar cipher

Project 0, CS 361: Introduction to Computer Security

Run Instructions

git clone [email protected]:bzsinger/cipher.git
cd cipher
# encrypt
python Cipher.py -e <shift> <input_file_path> <OPTIONAL_output_file_path>
# decrypt
python Cipher.py -d <shift> <input_file_path> <OPTIONAL_output_file_path>

About

Python implementation of a Caesar cipher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages