Re: Paint my Wif-Fi



Ross Younger wrote:
* Just zis Guy, you know? <guy.chapman@xxxxxxxxxxx> wrote:
More puzzling to me: some sites I use where they refuse to accept any
password with non-alphanumeric characters

This one I can understand, supposing that a number of sites have heard of
SQL injection attacks but are insufficiently clueful to figure out when
they're over-egging it. (Is there some "best practice" advice being
peddled to webdevs somewhere which says that you can cure all ills by
just blanket-rejecting non-alnums? You're fixing the wrong problem...)

and won't allow a password more than 8 characters long.

But that one is just plain daft. I would guess lazy coding or incorrect
assumptions somewhere. (Fixed size column for the unhashed password?
Stranger things have happened.)

More likely, someone in management says that people can't remember passwords longer than 8 characters.

Don't get me started on web sites that swear blindly that + is not a
valid character in the local part of an email address, or that accept
an email address and silently truncate it to whatever field length they
had put into their db "because nobody will ever have an email address
longer than 40 characters, right?" *spit*

....or can't cope with an email address with a TLD longer three characters.

--
Richard Gadsden richard@xxxxxxxxxxxx
"I disagree with what you say but I will defend to
the death your right to say it" - Attributed to Voltaire
.



Relevant Pages

  • Re: Uppercase Check
    ... Function IsMinimalPasswordAs Boolean ... Observe that I changed the constant to show all allowable characters as opposed to just non-alphanumeric characters. ... I preloaded the constant string with the non-alphanumeric characters underline, ...
    (microsoft.public.excel.programming)
  • Re: PLEASE HELP - odd string sorting related problem
    ... lowercase, uppercase, digits as well as non-alphanumeric characters ... It is obvious to me that strcmp() would succeed in comparing any C ...
    (comp.lang.c)
  • Re: Paint my Wif-Fi
    ... password with non-alphanumeric characters ... SQL injection attacks but are insufficiently clueful to figure out when ... passwords longer than 8 characters. ...
    (alt.sysadmin.recovery)
  • Re: Uppercase Check
    ... If I understood your extended goal correctly, and if I didn't make a mistake, the following function should guarantee that there are either two digits or two upper case letters or two non-alphanumeric characters in the password string and that the non-alphanumeric characters come from a specified pool of allowable characters and that the password string is at least 6 characters long. ... and two of them have to be either uppercase, ...
    (microsoft.public.excel.programming)
  • RE: Using a regular expression to remove all except certaincharacters.
    ... non-alphanumeric characters with a single space. ... deleting the replaced characters instead of squashing them. ...
    (perl.beginners)