From 4cbb181c5b6005559d5499a4056798688ba06e69 Mon Sep 17 00:00:00 2001 From: Derek McQuay Date: Fri, 13 Jan 2017 16:42:34 -0800 Subject: [PATCH] updated README --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 4056fc1..78de038 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,11 @@ Psyfer is a app which lets you perform various different ciphers to input strings. It also provides the ability to guess certain ciphers. -Psyfer is project for UC Davis ECS 235A Computer and Information Security # Getting Started If you have a working Go enviroment on your computer, you can download pull -down this repo and build this code. Otherwise, visit https://derek.mcquay.me/ecs235a/ -for downloadsTODO +down this repo and build this code. Once you have psyfer, you can run commands like: @@ -19,12 +17,6 @@ Once you have psyfer, you can run commands like: which will perform the vigenere cipher with a key of "xyz" on the given input -# Concept - -Psyfer is built on a structure of commands, arguments & flags. - -**Commands** represent actions, **Args** are things and **Flags** are modifiers for those actions. - # Usage ## psyfer trans