That reminds me of something I've been wondering since I first started
using Clipperz; why are the one-time passwords four separate fields?
Why not just one big field like the regular password?
Adam.
we have opted for the 4 separated fields for a couple of reasons:
- make it visually different from the passphrase field, so that you
would not miss which you were actually using;
- create a loose connection between the OTP (spelled in 4 major blocks
separated with hyphens; and each major block split in half with a
simple space, just to make it all more readable);
- having to type 4 eight random characters blocks instead of one
single block of 32 random characters seemed more reasonable. Remember
that you will rarely have the option to cut/paste an OTP; most of the
time you will have to transcribe something you have written on a piece
of paper.
There are probably other useful trade-offs, but we thought that the
current arrangement made sense.
I hope you agree with me. :)
Regards,
Giulio Cesare
On Thu, Oct 15, 2009 at 4:01 PM, Giulio Cesare Solaroli