• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Thoughts on meeting these Password Requirements

Participant ,
Mar 26, 2007 Mar 26, 2007

Copy link to clipboard

Copied

Hi Guys, I need a little help on what might be the best way to meet these requirements.

i. Passwords contain at least eight non-blank characters.
ii. Passwords contain a combination of letters, numbers, and at least one special character within the first seven positions.
iii. Passwords contain a nonnumeric in the first and last position.
iv. Passwords do not contain the user ID

I have a little script that I am using now to autogenerate passwords. Can it me modified to meet these requirements. See code.
How can I enforce these requirements when people change their password.
TOPICS
Advanced techniques

Views

1.7K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Mar 26, 2007 Mar 26, 2007

Copy link to clipboard

Copied

I do it in the database (Oracle in this case).

Phil

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 26, 2007 Mar 26, 2007

Copy link to clipboard

Copied

quote:

Originally posted by: cutie369
Hi Guys, I need a little help on what might be the best way to meet these requirements.

i. Passwords contain at least eight non-blank characters.
ii. Passwords contain a combination of letters, numbers, and at least one special character within the first seven positions.
iii. Passwords contain a nonnumeric in the first and last position.
iv. Passwords do not contain the user ID

I have a little script that I am using now to autogenerate passwords. Can it me modified to meet these requirements. See code.
How can I enforce these requirements when people change their password.

Don't worry about it. With requirements like those it won't matter. Your requirements will prevent anyone from actually remembering their password and even it they write it down, it will be too hard to type.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Mar 28, 2007 Mar 28, 2007

Copy link to clipboard

Copied

LATEST
Hi Dan, I agree. Have you ever done Federal Contract work?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 27, 2007 Mar 27, 2007

Copy link to clipboard

Copied

:0

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation