fireout / keepasssequencer

Word sequencer for KeePass
65 stars 12 forks source link

Make character length easier to use #42

Open fritzophrenic opened 8 years ago

fritzophrenic commented 8 years ago

Default character length should probably be 1. Most of the time with a word-based passphrase only one character at a time will be needed.

Also, it would make things much clearer if we put a character count in the sequence item itself. E.g. instead of "Character" or "Character (50%)" show "2 Characters" (when length is 2 and Length Strength is 100%) or "0-5 Characters (50%)" (when length strength is not 100% and length is 5). Edit: this part overlaps with #46

fireout commented 8 years ago

The reason why I changed the default length to more than one was to have a nicer password quicker when testing and starting from "scratch".

I agree for the length to be 1 by default, although I'd like to make sure a rich default configuration is shown when no configuration is found. I'd try to do #37 quickly after, to make sure we have a "richier" default sequence when only dropping the .dll.

And as mentionned, i'm all for specifying character count in it's caption :)