From 5ffc4052ae9e72fec63d49a0913b734f5805c799 Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Sun, 29 Jun 2014 19:56:47 -0700 Subject: [PATCH] rm old readme --- README.txt | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 README.txt diff --git a/README.txt b/README.txt deleted file mode 100644 index 26c75d4..0000000 --- a/README.txt +++ /dev/null @@ -1,21 +0,0 @@ -# Simple Timing Attack - -This program implements a simple [timing attack](http://en.wikipedia.org/wiki/Timing_attack). It measures the execution time of a target program over a number of iterations, rotating through a character set and appending the fastest character to the result. - -## Requirements: - - librt (with clock_gettime implemented) - -Note: OSX [does not currently implement](http://stackoverflow.com/questions/5167269/clock-gettime-alternative-in-mac-os-x) `clock_gettime` - -## Compilation: - - gcc -lrt ./timingattack -o timingattack - -## Usage: - - Usage: timingattack [options...] - Options: - --l, --length specify password length - --i, --iterations specify iterations per character - --c, --charset specify possible password characters (alphanum default) -- 2.30.2