summaryrefslogtreecommitdiff
path: root/contrib/splicex/CHANGES
diff options
context:
space:
mode:
authord3v11 <d3v11@d3v11.ano>2011-10-30 08:01:22 -0400
committerd3v11 <d3v11@d3v11.ano>2011-10-30 08:01:22 -0400
commitdfd03060484c8ad77f7fa8a713e046237ecc37e9 (patch)
tree319aa8de02941c30b034af596edf6ec967e3f2c8 /contrib/splicex/CHANGES
parent526841ec91f7d0e4d2ffd5589525fe91e42384c0 (diff)
downloadresdb-dfd03060484c8ad77f7fa8a713e046237ecc37e9.tar.gz
resdb-dfd03060484c8ad77f7fa8a713e046237ecc37e9.zip
SpliceX fixed, old coding trim down with patch for --time option
Diffstat (limited to 'contrib/splicex/CHANGES')
-rw-r--r--contrib/splicex/CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/splicex/CHANGES b/contrib/splicex/CHANGES
index f550f6d..f6befee 100644
--- a/contrib/splicex/CHANGES
+++ b/contrib/splicex/CHANGES
@@ -48,3 +48,14 @@ CHANGES:
SpliceX now detects invalid arguments
and prints with error message.
+
+ d3v11 - Sat Oct 29 2011:
+
+ Old timing bug is now fixed. --time now
+ how a consistant tracking of how many
+ passwords and how much time has elapsed
+ among each brute force algorithm. This
+ new patch also simplified the code and
+ makes the functions faster. Much code
+ has been trimmed from splicex without
+ removing any options or functionality.