updated README
This commit is contained in:
parent
b5170c7f05
commit
4cbb181c5b
10
README.md
10
README.md
@ -5,13 +5,11 @@
|
|||||||
Psyfer is a app which lets you perform various different ciphers to input
|
Psyfer is a app which lets you perform various different ciphers to input
|
||||||
strings. It also provides the ability to guess certain ciphers.
|
strings. It also provides the ability to guess certain ciphers.
|
||||||
|
|
||||||
Psyfer is project for UC Davis ECS 235A Computer and Information Security
|
|
||||||
|
|
||||||
# Getting Started
|
# Getting Started
|
||||||
|
|
||||||
If you have a working Go enviroment on your computer, you can download pull
|
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/
|
down this repo and build this code.
|
||||||
for downloadsTODO
|
|
||||||
|
|
||||||
Once you have psyfer, you can run commands like:
|
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
|
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
|
# Usage
|
||||||
|
|
||||||
## psyfer trans
|
## psyfer trans
|
||||||
|
Loading…
Reference in New Issue
Block a user