Create README.md

This commit is contained in:
jacobeva 2023-02-09 23:02:18 +00:00 committed by GitHub
parent 0be7d1a04b
commit 799f8f9669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

4
README.md Normal file
View File

@ -0,0 +1,4 @@
# CXOR
Sample program of encryption using XOR operations on data. Very poor encryption, and easily broken, but was fun to write!!
It can even encrypt files! Try running `./cxor` :)