From 8979fc1b780f71411ff32952db5f8309ea07cc46 Mon Sep 17 00:00:00 2001 From: TimStallard Date: Thu, 17 Aug 2017 10:38:38 +0100 Subject: [PATCH] Updated readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 79cabeb..d86d233 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +This is a webapp that allows data to be passed through various common simple ciphers. It was designed for use by students in cryptography competitions, and was my A Level Computer Science project. + +# Demo +There is a public demo of the system available at https://cryptoassist.timstallard.me.uk + +# Building it yourself + To build this project, you'll need to have Node.JS and NPM installed. You can then download the project using Git, and install the dependencies: