commit d9c3f306e669c3c94921efdafe56c09737068102
Author: Luke Ogburn <21106956+OakBaron@users.noreply.github.com>
Date: Sat Apr 20 17:12:07 2019 -0400
initial commit
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b33d5d2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,7 @@
+## Encrypt text!
+This repo uses php to encrypt and decrypt text. Encrypted text is
+downloaded into a text file, which stores all relevent information in
+XML.
+To decrypt, upload the file in decrypt.php and type in the encryption
+key. The contents of the txt file are obtained and used along with the
+key to decrypt the original text.
diff --git a/decrypt.php b/decrypt.php
new file mode 100644
index 0000000..190dfbc
--- /dev/null
+++ b/decrypt.php
@@ -0,0 +1,18 @@
+
+
+