From 1d52a86ed3f4277170263074c33aaed56d09088f Mon Sep 17 00:00:00 2001 From: Luke Ogburn <21106956+OakBaron@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:32:30 -0400 Subject: [PATCH] Added README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md 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.