Skip to content

lxsavage/caesar-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caesar Cipher Tool

This tool is a basic interactive application that takes in ciphertext (in the form of a text file) and allows for shifting the letters around to encipher or deciper a Caesar Cipher.

Building and Running

This project only depends on the system it's running on supporting NCurses, and is built by default with clang. These can easily be modified in the Makefile, but haven't been tested otherwise.

Build the project:

make

Clean a build:

make clean

Run the built project:

dist/shift-cipher <ciphertext file path>

About

An interactive Caesar Cipher en/deciperment tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published