You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full rewrite of caesar and vigenere code.
Various optimizations for both tools.
Added encryption for both tools.
Added file manipulation.
Added menu for the CLI versions of the tools.
This is a set of tools including two includable h files and two command line tools that help solve caesar and vigenere ciphers. You must run the make command in the main directory to generate the command line tools.