ramakrishnach04 / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

vt-password: refactor SequenceRule into separate implementations #101

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The current sequence implementation uses both 'aaaaa', 'bbbbb', '11111', etc 
and sequences like 'qwert'.
Consider separating repeating the same character from sequences.
Consider adding a rule to handle lexicographical sequences: 'abcde', '12345'.

Original issue reported on code.google.com by dfis...@gmail.com on 14 Feb 2011 at 3:56

GoogleCodeExporter commented 8 years ago
Removed SequenceRule and added: QwertySequenceRule, AlphabeticalSequenceRule, 
NumbericalSequenceRule, and DuplicateSequenceRule
Fixed in r1832.

Original comment by dfis...@gmail.com on 18 Feb 2011 at 3:45

GoogleCodeExporter commented 8 years ago
Applied patch from issue 103 in r1835.

Original comment by dfis...@gmail.com on 24 Feb 2011 at 4:46

GoogleCodeExporter commented 8 years ago
Renamed DuplicateSequenceRule to RepeatCharacterRegexRule.
Fixed in r1836.

Original comment by dfis...@gmail.com on 24 Feb 2011 at 7:57