/XOR-Cipher

Basic Program that accepts a key and file as arguments and then uses XOR to cipher to a new file. That same key can later be used to cipher the text again, to decrypt. This was a final project for COEN 10, Introduction to Advanced Programming, at Santa Clara University.

Primary LanguageC

This repository is not active