Re: Valid password characters
From: TB (tbpostbox-googlegroups_at_yahoo.com)
Date: 02/17/05
- Next message: laura: "Pass parameter to nested query"
- Previous message: TB: "Re: Session Timer"
- In reply to: Tomas Eklund: "Valid password characters"
- Next in thread: Roland Hall: "Re: Valid password characters"
- Reply: Roland Hall: "Re: Valid password characters"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 17 Feb 2005 17:43:00 +0100
The important point is really the number of ciffers/digits in the password:
the more the better. But generally a six-letter lowercase combination,
randomly generated should be OK as it allows for 308915776 different
passwords. You can include some VBS code to automatically generate
passwords, but if you are running a site with heavy duty security, you
should consider running such password generation against a database in order
to avoid duplicates (however unlikely that might be).
TB
"Tomas Eklund" <tomas_eklund@hotmail.com> wrote in message
news:O2OSBlGFFHA.3728@TK2MSFTNGP14.phx.gbl...
> Often when one registers on different web sites around the world, there is
> a pretty hard limitation on what characters I am allowed to use in my
> username and password. Why is that? What limitations should I put on my
> customers' usernames and passwords if I just want to store it in an SQL or
> Access database? And why?
>
> --
> Best regards,
> Tomas Eklund
>
- Next message: laura: "Pass parameter to nested query"
- Previous message: TB: "Re: Session Timer"
- In reply to: Tomas Eklund: "Valid password characters"
- Next in thread: Roland Hall: "Re: Valid password characters"
- Reply: Roland Hall: "Re: Valid password characters"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|