Skip to content

Commit

Permalink
Describe how to run the stuff in readme. People don't need to know wh…
Browse files Browse the repository at this point in the history
…at it does :)
  • Loading branch information
majek committed Mar 11, 2013
1 parent 36047ea commit 5e68d7b
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@
Simple web servers for testing cryptographic tactics
----------------------------------------------------

1. `timed_pw.py`: Runs in Python 3.2. Creates preliminary page for Marek Majkowski's Crypto demonostration. Does the following:
Requirements:

* generates a password;
- python 3.2
- virtualenv

* reports whole seconds elapsed since password creation;

* reports length of password;
To run:

* prompts user to enter password, repeating until correct.
$ make
$ python timed_pw.py

**Options**: on command line, user may enter

* an integer for optional password length (default is 10)

* flag -p to display password

**Date**: 20130311.

[end]

0 comments on commit 5e68d7b

Please sign in to comment.