-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Describe how to run the stuff in readme. People don't need to know wh…
…at it does :)
- Loading branch information
Showing
1 changed file
with
6 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |