Sign up

Widgets » Random Password Generator » All bugs » #561

Bug #561: password length

  • 64 downloads last 7 days
  • 18,849 total downloads
  • Rating: +17 (login to vote)
Random Password Generator V1.0 Jul 6, 2006 3:34:24 PM


Title: password length

Bug
#561
Status
NEW
Created
2008-02-18 07:08:40
Reporter
User avatar szomi
Description
This widget is very usefull, but it has a little bug.
Try it.
1. Select only the numbers
2. generate about 10 or 20 passwords
3. check the length of generated strings.
You can see, that there are some line which length not equal of the password length.
I've corrected it.
var rnd = Math.round(iSeedLength*Math.random())
| |
V V
var rnd = Math.round((iSeedLength-1)*Math.random())

Akos

Bug Discussion 0 posts

Log in at the top of the page to post a comment.

Copyright © 2001 - 2009 Opera Software. All rights reserved. About | Contact | Privacy | Disclaimer |