updated README

This commit is contained in:
Derek McQuay 2017-01-13 16:42:34 -08:00
parent b5170c7f05
commit 4cbb181c5b
No known key found for this signature in database
GPG Key ID: 92A7BC0C86B0B91A
1 changed files with 1 additions and 9 deletions

View File

@ -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